Click or drag to resize

PdfLinkCollections Class

Represents the collection of named destination insde a PDF document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfLinkCollections

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfLinkCollections : IList<PdfLink>, 
	ICollection<PdfLink>, IEnumerable<PdfLink>, IEnumerable

The PdfLinkCollections type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfLink contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets the PdfLink at the specified index
Top
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