Gets the type of the document object.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public abstract DocumentObjectType DocumentObjectType { get; }
Public MustOverride ReadOnly Property DocumentObjectType As DocumentObjectType Get
public: virtual property DocumentObjectType DocumentObjectType { DocumentObjectType get () abstract; }
abstract DocumentObjectType : DocumentObjectType with get
Property Value
DocumentObjectTypeThe type of the document object.