INDocumentView Interface Members
In This Topic
The following tables list the members exposed by INDocumentView.
Public Properties
| Name | Description |
 | DefaultSaveAsFileName | Gets/Sets the default file name used in Save As dialogs. By default set to "Document1.{ext}", where "{ext}" is the file extension of the default document format for this document view. It is determined by the |
 | Enabled | Gets/Sets whether the document view is enabled. |
 | ReadOnly | Gets/Sets whether the document view is read only. |
Top
Public Methods
Public Events
| Name | Description |
 | DocumentLoaded | Occurs when a new document was loaded by the view. |
 | DocumentSaved | Occurs when the current document was saved by the view. |
Top
See Also