Shape
DocumentObjectType Property
|
Gets the type of the document object.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
DocumentObjectType
Implements
IDocumentObject
DocumentObjectType
See Also