DestinationCollection Class
Class represents the collection of all destinations (a name tree mapping name strings to destinations (see 12.3.2.3, "Named Destinations") and (see 7.7.4, "Name Dictionary")) in the pdf document.
Inheritance Hierarchy
SystemObject
  Aspose.PdfDestinationCollection

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class DestinationCollection : ICollection<KeyValuePair<string, Object>>, 
	IEnumerable<KeyValuePair<string, Object>>, IEnumerable

The DestinationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets the destination object by index.
Methods
  NameDescription
Public methodAdd
Public methodClear
Collection is read-only. Always throws NotSupportedException exception.
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns the enumerator.
Public methodGetExplicitDestination
Returns the explicit destination by the name.
Public methodGetHashCode (Inherited from Object.)
Public methodGetPageNumber
Returns the page number of destination by the name.
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodRemove
Public methodToString (Inherited from Object.)
See Also