Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NSvgExporter Class
Properties Methods


In This Topic
    NSvgExporter Class Members
    In This Topic

    The following tables list the members exposed by NSvgExporter.

    Public Constructors
     NameDescription
    Public ConstructorConstructs an image export object associated with the specified document  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets whether the SVG header must be generated or not  
    Public PropertyGets/sets the back color of the canvas (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyGets/sets whether the generated SVG file must be compressed or not  
    Public PropertyObtains a reference to the document with which the exporter is associated (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyGets/sets the image format of the embedded images, in case the EmbedImages property is set to true  
    Public PropertyGets/sets whether the images must be embedded in the SVG file  
    Public PropertyGets/sets whether interactivity features defined by interactivity attributes must be exported to SVG or not.  
    Public PropertyGets/sets the graphics settings used for the export generation (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyGets/sets the resolution of the generated canvas (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Top
    Public Methods
     NameDescription
    Public MethodCopies the defined SVG content as a string into the clipboard  
    Public MethodRenders the defined image content into a SVG string.  
    Public MethodSaves the defined image content as an image file.  
    Public MethodShows the image exporter dialog  
    Top
    See Also