| 
IDocumentObject
DocumentObjectType Property
  | 
 Gets the type of the document object.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
DocumentObjectType DocumentObjectType { get; }
 
ReadOnly Property DocumentObjectType As DocumentObjectType
	Get
 
property DocumentObjectType DocumentObjectType {
	DocumentObjectType get ();
}
 
abstract DocumentObjectType : DocumentObjectType with get
 
 
 
Property Value
 
 Type:
 
DocumentObjectType
 
 The type of the document object.
 
 See Also
See Also