PDFReaderControls.NET Professional Type Reference

AnnotationCollection Methods

The methods of the AnnotationCollection class are listed below. For a complete list of AnnotationCollection class members, see the AnnotationCollection Members topic.

Public Static Methods

Equals (inherited from Object)Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object)Determines whether the specified Object instances are the same instance.

Public Instance Methods

Accept Accept this annotation for all items in the collection.
Add Adds an Annotation to the end of the AnnotationCollection.
AddRange Adds the elements of an array of annotations to the end of the collection.
Clear Removes all annotations from the AnnotationCollection.
Contains Determine whether an Annotation is in the AnnotationCollection.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Implements GetEnumerator.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Searches for the specified Annotation in the AnnotationCollection.
Insert Insert an Annotation on a specific place in this AnnotationCollection.
Remove Removes an Annotation from this AnnotationCollection.
RemoveAt Removes an Annotation from the AnnotationCollection at the specified index.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AnnotationCollection Class | TallComponents.PDF.Annotations Namespace