NevronOpenVision
Nevron.Nov.Dom Namespace / NDocumentFormatBase Class
Fields Properties Methods


NDocumentFormatBase Class Members

The following tables list the members exposed by NDocumentFormatBase.

Protected Fields
 NameDescription
Internal Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public PropertyReturns true if the format can load a document from stream.  
Public PropertyReturns true if the format can save a document to a stream.  
Public PropertyGets the file extensions this format can have without the dot. For example: "docx", "html", "pdf", "rtf", etc.  
Public PropertyGets the file signature of this document format.  
Public PropertyGets the mime type.  
Public PropertyGets the name of the format.  
Top
Public Methods
 NameDescription
Public MethodLoads a document from the specified stream.  
Public MethodSaves the specified document to stream  
Top
Protected Methods
 NameDescription
Internal Methodstatic (Shared in Visual Basic)  
Internal Method  
Internal Method  
Internal Method  
Protected MethodCalled when the format is used.  
Top
See Also