Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / Page Class / ToSvgz Method
Options that allow customizing the output image.

In This Topic
    ToSvgz Method
    In This Topic
    Saves the current page to a byte array in SVGZ format.
    Syntax
    'Declaration
     
    Public Function ToSvgz( _
       Optional ByVal options As ImageOutputSettings _
    ) As System.Byte()
    public System.byte[] ToSvgz( 
       ImageOutputSettings options
    )

    Parameters

    options
    Options that allow customizing the output image.
    See Also