PdfAnnotationWidgetCollection Class |
Namespace: Spire.Pdf.Widget
The PdfAnnotationWidgetCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets number of the elements in the collection.
(Inherited from
PdfCollection
.)
|
|
|
Item Int32 |
Gets theat the specified index.
(Overrides
PdfAnnotationCollection
Item
Int32
.)
|
|
|
Item String |
Represents the annotation with specified name.
|
|
|
List |
Gets internal list of the collection.
(Inherited from
PdfCollection
.)
|
|
|
PageWidget |
Gets or sets the page.
|
| Name | Description | |
|---|---|---|
|
|
Add |
Adds annotation to collection.
(Overrides
PdfAnnotationCollection
Add(PdfAnnotation)
.)
|
|
|
Clear |
Cleares the collection.
(Inherited from
PdfAnnotationCollection
.)
|
|
|
Contains |
Searches the collection for the specified annotation.
(Inherited from
PdfAnnotationCollection
.)
|
|
|
DoAdd | (Overrides PdfAnnotationCollection DoAdd(PdfAnnotation) .) |
|
|
DoClear | (Overrides PdfAnnotationCollection DoClear .) |
|
|
DoInsert | (Overrides PdfAnnotationCollection DoInsert(Int32, PdfAnnotation) .) |
|
|
DoRemove | (Overrides PdfAnnotationCollection DoRemove(PdfAnnotation) .) |
|
|
DoRemoveAt | (Overrides PdfAnnotationCollection DoRemoveAt(Int32) .) |
|
|
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.
(Inherited from
PdfAnnotationCollection
.)
|
|
|
Insert |
Inserts annotation to the collection at the specified index.
(Inherited from
PdfAnnotationCollection
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the element from the collection.
(Inherited from
PdfAnnotationCollection
.)
|
|
|
RemoveAt |
Removes the element at the specified field.
(Inherited from
PdfAnnotationCollection
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|