Click or drag to resize

PdfLinkCollections Methods

The PdfLinkCollections type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a PdfLink to the collection
Public methodClear Removes all PdfLink from the collection
Public methodContains Determines whether the collection contains a specific PdfLink.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetLinkAtPoint(FS_POINTF) Find a link at specified point on a document page
Public methodGetLinkAtPoint(Single, Single) Find a link at specified point on a document page
Public methodIndexOf Determines the index of a specific PdfLink in the collection.
Public methodInsert Inserts a PdfLink to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfLink from the collection.
Public methodRemoveAt Removes the PdfLink at the specified index.
Top
See Also