Click or drag to resize

PdfDestinationCollections Class

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

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

The PdfDestinationCollections type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfDestination contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItemInt32 Gets or sets the PdfDestination at the specified index
Public propertyItemString Gets or sets the PdfDestination by its name.
Top
Methods
 NameDescription
Public methodAdd(PdfDestination)Obsolete.
Adds a PdfDestination to the collection
Public methodAdd(PdfDestination, String) Adds a PdfDestination to the collection
Public methodClear Removes all PdfDestination from the collection
Public methodContains Determines whether the collection contains a specific PdfDestination.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodGetByName Get a special destination by the name.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific PdfDestination in the collection.
Public methodInsertObsolete.
Inserts a PdfDestination to the collection at the specified index.
Public methodRemove(PdfDestination) Removes the first occurrence of a specific PdfDestination from the collection.
Public methodRemove(String) Removes the first occurrence of a specific PdfDestination from the collection.
Public methodRemoveAt Removes the PdfDestination at the specified index.
Top
See Also