NodeOwnerDocument Property |
The Document object associated with this node. This is also the Document object used to create new nodes. When this node is a Document or a DocumentType which is not used with any Document yet, this is null.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic virtual Document OwnerDocument { get; }
Public Overridable ReadOnly Property OwnerDocument As Document
Get
public:
virtual property Document^ OwnerDocument {
Document^ get ();
}
abstract OwnerDocument : Document with get
override OwnerDocument : Document with get
Property Value
Type:
Document
See Also