NamedDestinationCollection

NamedDestinationCollection 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.

The NamedDestinationCollection type exposes the following members:

Properties

NameDescription
countCount of named destinations.
namesList of names of the destinations.

Methods

NameDescription
remove(name)Delete named destination.
add(name, appointment)Add new named destination.

See Also