Click or drag to resize

PageAnnotRemove Method (IAnnot)

Removes the given annoation from the page.

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

Parameters

annot
Type: pdftron.PDFIAnnot
the annot
Remarks
Removing the annotation invalidates the given Annot object.
See Also