[]
        
(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)
Parameters
Type Name Description
string path

The SVG file path.

Returns
Type Description
GcSvgDocument

The created SVG document.