Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NDrawingFormat Class
Properties Methods


In This Topic
    NDrawingFormat Class Members
    In This Topic

    The following tables list the members exposed by NDrawingFormat.

    Public Properties
     NameDescription
    Public PropertyReturns true if the format can load a document from stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyReturns true if the format can save a document to a stream. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public Propertystatic (Shared in Visual Basic)Represents the ESRI shapefile format.  
    Public PropertyGets the file extensions this format can have without the dot. For example: "docx", "html", "pdf", "rtf", etc. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the file signature of this document format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public Propertystatic (Shared in Visual Basic)Genealogical Data Communication (GEDCOM) data format. It is used for exchanging genealogical data between different genealogy software, for example, for family trees. To be able to import GEDCOM files, first set the NGedcomDrawingFormat.FamilyTreeLibrary property to a family tree library or use the NGedcomDrawingFormat.LoadFamilyTreeLibraryFromFileAsync or the NGedcomDrawingFormat.LoadFamilyTreeLibraryFromStream method to load a family tree library from a file or a stream.  
    Public Propertystatic (Shared in Visual Basic)Represents the Web page (HTML) drawing format.  
    Public PropertyGets whether this drawing format may lead to loss of information when saving.  
    Public PropertyGets the mime type. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public PropertyGets the name of the format. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron Binary Drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron XML drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron XML drawing template format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Nevron PDF drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the bitmap (BMP) drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the JPEG drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the PNG drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the TIFF drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the AutoCAD Drawing Interchange (DXF) drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the EMF drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the SVG drawing format.  
    Public Propertystatic (Shared in Visual Basic)Represents the Visio drawing format (VSDX).  
    Public Propertystatic (Shared in Visual Basic)Represents the Visio 2003-2010 drawing format (VSD).  
    Public Propertystatic (Shared in Visual Basic)Represents the Visio 2003-2010 XML drawing format (VDX).  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Loads a document from the specified file. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Public MethodLoads a document from from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Public MethodOverloaded. Loads the document form the specified stream (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Public MethodSaves the document to the specified file (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Public MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Public MethodOverloaded. Saves the specified document to the specified stream (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Protected MethodLoads a document from the given stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodLoads a document from the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodCalled when the document has been loaded (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodCalled when the document has been saved. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodCalled when the document has failed to be saved successfully (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodCalled when the document is about to be saved. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodCalled when the format is used. (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal MethodOverridden.   
    Protected MethodSaves a document to the given stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Protected MethodSaves a document to the specified stream. (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Internal MethodOverridden.   
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormatBase)
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentFormat<NDrawingDocument,NDrawingLoadSettings,NDrawingSaveSettings>)
    Top
    See Also