Interface IAbstractView

Interface IAbstractView

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

A base interface that all views shall derive from.

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface IAbstractView

Properties

Document

The source DocumentView of which this is an AbstractView.

[DOMName("document")]
IDocumentView Document { get; }

Property Value

IDocumentView

 English