Namespace TallComponents.PDF.Annotations.CustomAnnotations
Class CustomAnnotationCollection
A Custom Annotation collection which belongs to a page inside this document.
This collection is non-creatable, and can be obtained through the CustomAnnotations property of Page.
Syntax
public class CustomAnnotationCollection
: Object
,
IEnumerable<CustomAnnotation>
Properties
Int32 Count
Number of sticky notes in this collection.
CustomAnnotation Item
Retrieve a Sticky note by 0-based index.
Methods
Void Accept(AnnotationVisitor,Object)
Accept this annotation for all items in the collection.
Boolean Contains(CustomAnnotation)
Determine whether an is in the .
IEnumerator<CustomAnnotation> GetEnumerator()
Implements strong typed IEnumerable<T>.GetEnumerator.
Int32 IndexOf(CustomAnnotation)
Returns the index of the specified custom annotation in the collection.