THotPDF.RemoveLoadedAnnotation Method

Deletes a single annotation object from a specified page of the loaded PDF document by index

Declaration

procedure RemoveLoadedAnnotation(PageIndex, AnnotationIndex: Integer);

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index of the target page
AnnotationIndexZero-based index of the annotation to be deleted in the page's annotation array

Usage notes

Related APIs