Gets the document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Document Document { get; }
Public ReadOnly Property Document As Document
	Get
public:
virtual property Document^ Document {
	Document^ get () sealed;
}
abstract Document : Document with get
override Document : Document with get

Property Value

Document
The document.

See Also