Section:
Overview
Annotation namespaces
Annotation tools
Config annotation tools
Import annotations
Export annotations
Annotation sync (Android)
Annotation list
Annotation toolbar
Style editor
Custom Style editor (Android)
Style properties
Default annotation properties
Toolmanager Events
Custom annotation appearance
Custom event handlers
Create annotations
Remove annotation
Flatten annotations
Read only mode (Android)
Disable annotation creation/editing
Show and hide existing annotations (Android)
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?