AnnotationCollection Class |
Namespace: Aspose.Pdf.Annotations
The AnnotationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets count of annotations in collection.
|
![]() | IsReadOnly |
Gets a value indicating if collection is readonly.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the Aspose.Pdf.Annotations.AnnotationCollection is synchronized (thread safe).
|
![]() | Item |
The index of the element to get.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to Aspose.Pdf.Annotations.AnnotationCollection.
|
Name | Description | |
---|---|---|
![]() | Accept |
Accepts visitor to process annotation.
|
![]() | Add(Annotation) |
Adds annotation to the collection.
|
![]() | Add(Annotation, Boolean) |
Adds annotation to the collection. If page is rotated then annotation rectangle will be recalculated accordingly.
|
![]() | Clear |
Deletes all annotations from the collection.
|
![]() | Contains |
Checks if specified annotation belong to collection.
|
![]() | CopyTo |
Copies array of annotations into collection.
|
![]() | Delete |
Deletes all annotations from the collection.
|
![]() | Delete(Int32) |
Deletes annotation from the collection by index.
|
![]() | Delete(Annotation) |
Deletes specified annotation from the collection.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns collection enumerator.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Deletes specified annotation from the collection.
|
![]() | ToString | (Inherited from Object.) |