Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / FromFile Method
The SVG file path.

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

    Parameters

    path
    The SVG file path.

    Return Value

    The created SVG document.
    See Also