Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / FromStream Method

In This Topic
    FromStream Method (GcSvgDocument)
    In This Topic
    Creates a new GcSvgDocument from a specified SVG data stream.

    The stream will be closed after reading the SVG data. To keep the stream open, use the FromStream(Stream,Boolean) overload and pass true in the leaveOpen parameter.

    Overload List
    OverloadDescription
    Creates a new GcSvgDocument from a specified SVG data stream.

    The stream will be closed after reading the SVG data. To keep the stream open, use the FromStream(Stream,Boolean) overload and pass true in the leaveOpen parameter.

     
    Creates a new GcSvgDocument from a specified SVG data stream, optionally leaving the stream open.  
    See Also