Click or drag to resize

SVGOutputOptionsSetAnnots Method

Control generation of form fields and annotations in SVG.

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

Parameters

annots
Type: SystemBoolean
If false, no form fields or annotations are converted. Default is true.
See Also