Click or drag to resize

PDFDrawSetDrawAnnotations Method

Enables or disables annotation and forms rendering. By default, all annotations and form fields are rendered.

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

Parameters

renderAnnots
Type: SystemBoolean
Whether to render annotations or not.
See Also