IDocumentView class
IDocumentView class
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.
The IDocumentView type exposes the following members:
Properties
| Property | Description |
|---|---|
| default_view | The default AbstractView for this Document, or null if none available. |
| document | The source DocumentView of which this is an AbstractView. |
See Also
- module
aspose.html.dom.views - class
IAbstractView