Click or drag to resize

PageAnnotRemove Method (Int32)

Removes the annoation at a given location.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void AnnotRemove(
	int pos
)

Parameters

pos
Type: SystemInt32
- A zero based index of the annotation to remove.
Remarks
Removing the annotation invalidates any associated Annot object.
See Also