Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / FromSvgz Method
A byte array containing the SVG data packed with GZ format (see RFC 1952).

In This Topic
    FromSvgz Method
    In This Topic
    Creates a new GcSvgDocument from binary data in SVGZ format.
    Syntax
    'Declaration
     
    Public Shared Function FromSvgz( _
       ByVal svgzData() As System.Byte _
    ) As GcSvgDocument
    public static GcSvgDocument FromSvgz( 
       System.byte[] svgzData
    )

    Parameters

    svgzData
    A byte array containing the SVG data packed with GZ format (see RFC 1952).

    Return Value

    An SVG document that was created.
    See Also