Class (GI Struct)

Poppler-0.18PopplerDest

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 that named_dest does not have a defined encoding and is not in a form suitable to be displayed to the user.

Since 24.10 this type supports g_autoptr

Index

Constructors

Properties

bottom: number
change_left: number
change_top: number
change_zoom: number
left: number
named_dest: string
page_num: number
right: number
top: number
zoom: number
$gtype: GType<Dest>

Methods