| 
Document
Properties Property
  | 
 Gets the document properties.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
DocumentProperties
 
 The properties.
 
Implements
 
IDocument
Properties
 
 
 See Also
See Also