PdfWidgetCollection Methods

The PdfWidgetCollection type exposes the following members.

Methods

  NameDescription
Public methodClear
Removes all elements from the collection.
Public methodContains
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.)
Public methodEquals (Inherited from Object.)
Public methodGetAt
Gets the element at the specified index.
(Inherited from PdfCollection<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.)
Public methodRemove
Removes the first occurrence of a specific widget from the collection.
Public methodRemoveAt
Removes the widget at the specified index of the collection.
Public methodToString (Inherited from Object.)

See Also