Skip to content

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 ObjectCollection<PDFVisualAnnotation>PDFVisualAnnotationCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFVisualAnnotation Item { get; set; }

Property Value

PDFVisualAnnotation


Methods

Remove(IEnumerable<PDFVisualAnnotation>)

Removes multiple annotations from the page.

public void Remove(IEnumerable<PDFVisualAnnotation> annotations)

Parameters

annotations IEnumerable<PDFVisualAnnotation>
The collection of annotations to remove.