Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormatBase Class
Fields Properties Methods


In This Topic
    NDocumentFormatBase Class Members
    In This Topic

    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 Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Protected MethodCalled when the format is used.  
    Internal Method  
    Internal Method  
    Top
    See Also