NevronOpenVision
Nevron.Nov.UI Namespace / INDocumentView Interface
Properties Methods Events

INDocumentView Interface Members

The following tables list the members exposed by INDocumentView.

Public Properties
 NameDescription
 PropertyGets/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  
 PropertyGets/Sets whether the document view is enabled.  
 PropertyGets/Sets whether the document view is read only.  
Top
Public Methods
 NameDescription
 MethodGets the document displayed by this view.  
 MethodOverloaded. Loads a document from the file with the given name.  
 MethodLoads a document from the given stream.  
 MethodLoads a new document in the view.  
 MethodLoads the document from a file, that the user selected from an OpenFile dialog.  
 MethodSaves the view document to a file specified by the user.  
 MethodSaves the view document to a file specified by the user.  
 MethodOverloaded. Saves the document to the given file.  
 MethodSaves the document to the specified stream.  
Top
Public Events
 NameDescription
 EventOccurs when a new document was loaded by the view.  
 EventOccurs when the current document was saved by the view.  
Top
See Also