Interface IAbstractView
Interface IAbstractView
Namespace: Aspose.Svg.Dom.Views
Assembly: Aspose.SVG.dll (25.5.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; }