Click or drag to resize

PdfArrayWrapperT Methods

The PdfArrayWrapperT type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds an item to the collection.
Public methodClear Removes all items from the collection
Public methodContains Determines whether the collection contains a specific item.
Public methodCopyTo Copies the elements of the collection to the array, starting at a particular index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific item in the collection.
Public methodInsert Inserts an item to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific item from the collection.
Public methodRemoveAt Removes the collection item at the specified index.
Top
See Also