Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NSvgExporter Class / RenderToSvg Method


In This Topic
    RenderToSvg Method
    In This Topic
    Renders the defined image content into a SVG string.
    Syntax
    'Declaration
     
    
    Public Overridable Function RenderToSvg() As System.String
    'Usage
     
    
    Dim instance As NSvgExporter
    Dim value As System.String
     
    value = instance.RenderToSvg()
    public virtual System.string RenderToSvg()

    Return Value

    svg string
    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