Click or drag to resize

PdfWebLinkCollection Methods

The PdfWebLinkCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a PdfWebLink to the collection
Public methodClear Removes all PdfWebLink from the collection
Public methodContains Determines whether the collection contains a specific PdfWebLink.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodDispose Releases all resources used by the PdfDocument.
Protected methodDispose(Boolean) Releases all resources used by the PdfImageObject.
Protected methodFinalize Finalize object
(Overrides ObjectFinalize)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetWebLinkAtPoint(FS_POINTF) Find a web link at specified point on a document page
Public methodGetWebLinkAtPoint(Single, Single) Find a web link at specified point on a document page
Public methodIndexOf Determines the index of a specific PdfWebLink in the collection.
Public methodInsert Inserts a PdfWebLink to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfWebLink from the collection.
Public methodRemoveAt Removes the PdfWebLink at the specified index.
Top
See Also