IBrowsingContextActiveDocument Property |
Gets the current document.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxDocument ActiveDocument { get; }
ReadOnly Property ActiveDocument As Document
Get
property Document^ ActiveDocument {
Document^ get ();
}
abstract ActiveDocument : Document with get
Property Value
Type:
Document
The active document.
See Also