Click or drag to resize

PDFDocFlattenAnnotations Method (Boolean)

Flatten all annotations in the document.

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

Parameters

forms_only
Type: SystemBoolean
f false flatten all annotations, otherwise flatten only form fields.
See Also