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
)
Public Sub SetAnnots (
annots As Boolean
)
public:
virtual void SetAnnots(
[InAttribute] bool annots
) sealed
function SetAnnots(annots);
Parameters
- annots
- Type: SystemBoolean
If false, no form fields or annotations are converted. Default is true.
See Also