ExplicitDestination

ExplicitDestination class

Represents the base class for explicit destinations in PDF document.

The ExplicitDestination type exposes the following members:

Properties

NameDescription
pageGets the destination page object
page_numberGets the destination page number

Methods

NameDescription
create_destination(page, type, values)Creates instances of ExplicitDestination descendant classes.
create_destination(doc, page_number, type, values)Creates instances of ExplicitDestination descendant classes.
create_destination(page_number, type, values)Creates instances of ExplicitDestination descendant classes.
to_string()Returns string representation of ExplicitDestination object.

See Also