[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.FromSvgz

FromSvgz Method

FromSvgz(byte[])

Creates a new GcSvgDocument from binary data in SVGZ format.

Declaration
public static GcSvgDocument FromSvgz(byte[] svgzData)
Public Shared Function FromSvgz(svgzData As Byte()) As GcSvgDocument
Parameters
Type Name Description
byte[] svgzData

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

Returns
Type Description
GcSvgDocument

An SVG document that was created.