PdfAnnotationCollection Class |
Namespace: Spire.Pdf.Annotations
The PdfAnnotationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfAnnotationCollection |
Initializes a new instance of theclass.
|
![]() |
PdfAnnotationCollection(PdfNewPage) |
Creates new annotation collection for the specified page.
|
Name | Description | |
---|---|---|
![]() |
Count |
Gets number of the elements in the collection.
(Inherited from
PdfCollection
.)
|
![]() |
Item |
Gets theobject at the specified position.
|
![]() |
List |
Gets internal list of the collection.
(Inherited from
PdfCollection
.)
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds a new annotation to collection.
|
![]() |
Clear |
Cleares the collection.
|
![]() |
Contains |
Searches the collection for the specified annotation.
|
![]() |
DoAdd |
Adds a Annotation to collection.
|
![]() |
DoClear |
Clears the collection.
|
![]() |
DoInsert |
Inserts a annotation into collection.
|
![]() |
DoRemove |
Removes the annotation.
|
![]() |
DoRemoveAt |
Removes the annotation at the specified position.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
PdfCollection
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Searches the collection for the specified annotation.
|
![]() |
Insert |
Inserts annotation to the collection at the specified index.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Remove |
Removes the element from the collection.
|
![]() |
RemoveAt |
Removes the element at the specified field.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|