IDocumentView Interface
IDocumentView interface
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.
public interface IDocumentView : IAbstractView
Properties
Name | Description |
---|---|
DefaultView { get; } | The default AbstractView for this Document, or null if none available. |
See Also
- interface IAbstractView
- namespace Aspose.Svg.Dom.Views
- assembly Aspose.SVG