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