| 
DocumentProperties
Version Property
  | 
 Gets the document version.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public DocumentVersion Version { get; }
 
Public ReadOnly Property Version As DocumentVersion
	Get
 
public:
property DocumentVersion Version {
	DocumentVersion get ();
}
 
member Version : DocumentVersion with get
 
 
 
Property Value
 
 Type:
 
DocumentVersion
 
 The version.
 
 See Also
See Also