Intersoft ClientUI Documentation
GetDocument Method



Synchronously loads and parses the document specified by the Source property location.
Syntax
Public Function GetDocument() As FixedDocument
Dim instance As DocumentReference
Dim value As FixedDocument
 
value = instance.GetDocument()
public FixedDocument GetDocument()
public:
FixedDocument^ GetDocument(); 

Return Value

The document that was loaded.
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

Reference

DocumentReference Class
DocumentReference Members

Send Feedback