Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override DocumentObjectType DocumentObjectType { get; }
Public Overrides ReadOnly Property DocumentObjectType As DocumentObjectType
	Get
public:
virtual property DocumentObjectType DocumentObjectType {
	DocumentObjectType get () override;
}
abstract DocumentObjectType : DocumentObjectType with get
override DocumentObjectType : DocumentObjectType with get

Property Value

DocumentObjectType

Implements

IDocumentObject..::..DocumentObjectType
IDocumentObject..::..DocumentObjectType

See Also