Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / FromString Method
The string containing the SVG data.

In This Topic
    FromString Method
    In This Topic
    Creates a new GcSvgDocument from a specified SVG string data.
    Syntax
    'Declaration
     
    Public Shared Function FromString( _
       ByVal svgData As System.String _
    ) As GcSvgDocument
    public static GcSvgDocument FromString( 
       System.string svgData
    )

    Parameters

    svgData
    The string containing the SVG data.

    Return Value

    An SVG document that was created.
    See Also