XdsObjects Help file
XdsObjects Namespace / XdsDocumentViewer Class / Display Method / Display(XdsDocument) Method
The document to display



In This Topic
    Display(XdsDocument) Method
    In This Topic
    Display an XdsDocument in the viewer
    Syntax
    Public Overloads Sub Display( _
       ByVal doc As XdsDocument _
    ) 
    Dim instance As XdsDocumentViewer
    Dim doc As XdsDocument
     
    instance.Display(doc)
    public void Display( 
       XdsDocument doc
    )
    public:
    void Display( 
       XdsDocument^ doc
    ) 

    Parameters

    doc
    The document to display
    Remarks
    If the document is any form of Xml (if the MimeType is text/xml", then a stylesheet will be applied, from the StyleSheets collection, according to the value of the FormatType
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also