DocumentDefaultView Property |
The defaultView IDL attribute of the Document interface, on getting, must return this Document's browsing context's WindowProxy object, if this Document has an associated browsing context, or null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic IWindow DefaultView { get; }
Public ReadOnly Property DefaultView As IWindow
Get
public:
property IWindow^ DefaultView {
IWindow^ get ();
}
member DefaultView : IWindow with get
Property Value
Type:
IWindow
See Also