| 
DocumentObject
Owner Property
  | 
 Gets the owner of this entity.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public DocumentObject Owner { get; }
 
Public ReadOnly Property Owner As DocumentObject
	Get
 
public:
virtual property DocumentObject^ Owner {
	DocumentObject^ get () sealed;
}
 
abstract Owner : DocumentObject with get
override Owner : DocumentObject with get
 
 
 
Property Value
 
 Type:
 
DocumentObject
 
Implements
 
IDocumentObject
Owner
 
 
 See Also
See Also