Intersoft ClientUI Documentation
Document Property (UXDocumentViewer)



Gets or sets the document.
Syntax
<CategoryAttribute("Common Properties")>
Public Overrides Property Document As FixedDocument
Dim instance As UXDocumentViewer
Dim value As FixedDocument
 
instance.Document = value
 
value = instance.Document
[CategoryAttribute("Common Properties")]
public override FixedDocument Document {get; set;}
[CategoryAttribute("Common Properties")]
public:
property FixedDocument^ Document {
   FixedDocument^ get() override;
   void set (    FixedDocument^ value) override;
}
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

UXDocumentViewer Class
UXDocumentViewer Members

Send Feedback