'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.