Click or drag to resize

SVGOutputOptionsSetCompress Method

Compress output SVG files using SVGZ.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetCompress(
	bool svgz
)

Parameters

svgz
Type: SystemBoolean
If true, SVG files are written in compressed format. Default is false.
See Also