Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NSvgExporter Class
Members


In This Topic
    NSvgExporter Class
    In This Topic
    The NSvgExporter class is used to export a drawing document to SVG.
    Object Model
    NSvgExporter Class
    Syntax
    'Declaration
     
    
    Public Class NSvgExporter 
       Inherits NDrawingExporter
       Implements Nevron.Globalization.INLocalizable 
    'Usage
     
    
    Dim instance As NSvgExporter
    Remarks
    This class can be instanced upon demand. The constructor must receive a reference to the drawing document, whose content is about to be exported to SVG: NSvgExporter svgExporter = new NSvgExporter(drawingDocument);
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Extensions.NDrawingExporter
          Nevron.Diagram.Extensions.NSvgExporter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also