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
)
Public Sub AnnotRemove (
annot As IAnnot
)
public:
virtual void AnnotRemove(
[InAttribute] IAnnot^ annot
) sealed
function AnnotRemove(annot);
Parameters
- annot
- Type: pdftron.PDFIAnnot
the annot
Remarks Removing the annotation invalidates the given Annot object.
See Also