bottom coordinate
whether left coordinate should be changed
whether top coordinate should be changed
whether scale factor should be changed
left coordinate
name of the destination (#POPPLER_DEST_NAMED only)
page number
right coordinate
top coordinate
type of destination
scale factor
Copies dest,
creating an identical #PopplerDest.
Frees dest
Data structure for holding a destination
Note that
named_dest
is the string representation of the named destination. This is the right form to pass to poppler functions, e.g. poppler_document_find_dest(), but to get the destination as it appears in the PDF itself, you need to convert it to a bytestring with poppler_named_dest_to_bytestring() first. Also note thatnamed_dest
does not have a defined encoding and is not in a form suitable to be displayed to the user.