[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.FromFile

FromFile Method

FromFile(string)

Creates a new GcSvgDocument from a specified SVG file.

Declaration
public static GcSvgDocument FromFile(string path)
Public Shared Function FromFile(path As String) As GcSvgDocument
Parameters
Type Name Description
string path

The SVG file path.

Returns
Type Description
GcSvgDocument

The created SVG document.