PdfNamedDestinationCollection class
Implements a collection of named destinations in the document.
Constructors
- PdfNamedDestinationCollection()
- Initializes a new instance of the PdfNamedDestinationCollection class.
Properties
Methods
-
add(
PdfNamedDestination namedDestination) → void - Creates and adds a named destination.
-
clear(
) → void - Removes all the named destination from the collection.
-
contains(
PdfNamedDestination namedDestination) → bool - Determines whether the specified named destinations presents in the collection.
-
insert(
int index, PdfNamedDestination namedDestination) → void - Inserts a new named destination at the specified index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String title) → void - Remove the specified named destination from the document.
-
removeAt(
int index) → void - Remove the specified named destination from the document.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → PdfNamedDestination - Gets the PdfNamedDestination at the specified index.