Click or drag to resize

PDFViewCtrlSetDrawAnnotations Method

Enable or disable 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 render_annots
)

Parameters

render_annots
Type: SystemBoolean
True to draw annotations, false otherwise.
See Also