Class PdfAnnotationCollection
Collection of annotations for a PDF document
Inheritance
System.Object
PdfAnnotationCollection
Namespace: IronPdf.Annotations
Assembly: IronPdf.dll
Syntax
public class PdfAnnotationCollection : ObservableCollection<IAnnotation>
Methods
ClearItems()
Override Clear() with Interop RemoveAnnotation() through every annotations in the collection.
Declaration
protected override void ClearItems()
RemoveAllAnnotationsForPage(Int32)
Remove all annotations in the specific page
Declaration
public void RemoveAllAnnotationsForPage(int pageIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageIndex |