Interface IAbstractView
Interface IAbstractView
Namespace: Aspose.Html.Dom.Views
Assembly: Aspose.HTML.dll (25.2.0)
A base interface that all views shall derive from.
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface IAbstractView
Properties
Document
The source DocumentView of which this is an AbstractView.
[DOMName("document")]
IDocumentView Document { get; }