Section:
Overview
Config annotation tools
Import annotations
Export annotations
Style properties
Add sticky note
Add link annotation
Add stamp annotation
Add highlight annotation
Add free text annotation
Add rectangle annotation
Remove annotation
Flatten annotations
Samples
APIs
To remove an annotation from a document.
1PDFDoc doc = new PDFDoc(filename);2Page page = doc.GetPage(1);34// remove by index5page.AnnotRemove(0);67// remove by annotation8Annot annotation = page.GetAnnot(0);9page.AnnotRemove(annotation);
Did you find this helpful?
Trial setup questions?
Need other help?
Pricing or product questions?