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

NameDescription
DefaultView { get; }The default AbstractView for this Document, or null if none available.

See Also