Gets the document properties.

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 DocumentProperties Properties { get; }
Public ReadOnly Property Properties As DocumentProperties
	Get
public:
virtual property DocumentProperties^ Properties {
	DocumentProperties^ get () sealed;
}
abstract Properties : DocumentProperties with get
override Properties : DocumentProperties with get

Property Value

DocumentProperties
The properties.

Implements

IDocument..::..Properties

See Also