Interface IDocumentView

Interface IDocumentView

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

[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
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

 English