[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.Page.ToSvgz

ToSvgz Method

ToSvgz(ImageOutputSettings)

Saves the current page to a byte array in SVGZ format.

Declaration
public byte[] ToSvgz(ImageOutputSettings options = null)
Public Function ToSvgz(Optional options As ImageOutputSettings = Nothing) As Byte()
Parameters
Type Name Description
ImageOutputSettings options

Options that allow customizing the output image.

Returns
Type Description
byte[]