Interface IDocumentView

Interface IDocumentView

Namespace: Aspose.Html.Dom.Views
Assembly: Aspose.HTML.dll (25.2.0)

The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views. It provides an attribute to retrieve the default view of a document.

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface IDocumentView : IAbstractView

Implements

IAbstractView

Properties

DefaultView

The default AbstractView for this Document, or null if none available.

[DOMName("defaultView")]
IAbstractView DefaultView { get; }

Property Value

IAbstractView

See Also

IAbstractView