PDFAnnotationCollection¶
Namespace: O2S.Components.PDF4NET.Annotations
Defines a collection of PDF annotations.
public class PDFAnnotationCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.Annotations.PDFAnnotation, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]
Inheritance Object → Collection<PDFAnnotation> → PDFAnnotationCollection
Implements
Properties¶
Count¶
Property Value
Item¶
Property Value
Methods¶
MoveAnnotation(PDFAnnotation, Int32)¶
Moves the item up or down to the beginning or end of the collection.
Parameters
annotation PDFAnnotation
Item to move.
step Int32
Number of positions to move.
Returns
Boolean
True if the item has been moved.
Remarks
It the new position is outside the collection, the item is not moved.