[]
Saves the page to a byte array in SVGZ format.
public byte[] ToSvgz(ViewState viewState, SaveAsImageOptions options = null)
Public Function ToSvgz(viewState As ViewState, Optional options As SaveAsImageOptions = Nothing) As Byte()
Type | Name | Description |
---|---|---|
ViewState | viewState | The document view state. |
SaveAsImageOptions | options | The SaveAsImageOptions object. |
Type | Description |
---|---|
byte[] |
Saves the page to a byte array in SVGZ format.
public byte[] ToSvgz(SaveAsImageOptions options = null)
Public Function ToSvgz(Optional options As SaveAsImageOptions = Nothing) As Byte()
Type | Name | Description |
---|---|---|
SaveAsImageOptions | options | The SaveAsImageOptions object. |
Type | Description |
---|---|
byte[] |