PDFVisualAnnotationCollection¶
Namespace: O2S.Components.PDF4NET.View.Annotations
Defines a collection of visual annotations.
public class PDFVisualAnnotationCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.View.Annotations.PDFVisualAnnotation, O2S.Components.PDF4NET.View.Win, Version=16.3.0.1, Culture=neutral, PublicKeyToken=660e19040de30e18]]
Inheritance Object → Collection<PDFVisualAnnotation> → PDFVisualAnnotationCollection
Implements
Properties¶
Count¶
Property Value
Item¶
Property Value
Methods¶
Remove(IEnumerable<PDFVisualAnnotation>)¶
Removes multiple annotations from the page.
Parameters
annotations IEnumerable<PDFVisualAnnotation>
The collection of annotations to remove.