Gets the type of the document object.

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 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

DocumentObjectType
The type of the document object.

Implements

IDocumentObject..::..DocumentObjectType

See Also