[]
Creates a new GcSvgDocument from binary data in SVGZ format.
public static GcSvgDocument FromSvgz(byte[] svgzData)
Public Shared Function FromSvgz(svgzData As Byte()) As GcSvgDocument
Type | Name | Description |
---|---|---|
byte[] | svgzData | A byte array containing the SVG data packed with GZ format (see RFC 1952). |
Type | Description |
---|---|
GcSvgDocument | An SVG document that was created. |