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
)
Public Sub SetCompress (
svgz As Boolean
)
public:
virtual void SetCompress(
[InAttribute] bool svgz
) sealed
function SetCompress(svgz);
Parameters
- svgz
- Type: SystemBoolean
If true, SVG files are written in compressed format. Default is false.
See Also