Creates a new
GcSvgDocument from binary data in SVGZ format.
'Declaration
Public Shared Function FromSvgz( _
ByVal () As System.Byte _
) As GcSvgDocument
Parameters
- svgzData
- A byte array containing the SVG data packed with GZ format (see RFC 1952).
Return Value
An SVG document that was created.