Module: Poppler::DestType
- Defined in:
- (unknown)
Constant Summary collapse
- UNKNOWN =
unknown destination
0 or :unknown
- XYZ =
go to page with coordinates (left, top)
positioned at the upper-left corner of the window and the contents of
the page magnified by the factor zoom 1 or :xyz
- FIT =
go to page with its contents magnified just
enough to fit the entire page within the window both horizontally and
vertically 2 or :fit
- FITH =
go to page with the vertical coordinate top
positioned at the top edge of the window and the contents of the page
magnified just enough to fit the entire width of the page within the window 3 or :fith
- FITV =
go to page with the horizontal coordinate
left positioned at the left edge of the window and the contents of the
page magnified just enough to fit the entire height of the page within the window 4 or :fitv
- FITR =
go to page with its contents magnified just
enough to fit the rectangle specified by the coordinates left, bottom,
right, and top entirely within the window both horizontally and vertically 5 or :fitr
- FITB =
go to page with its contents magnified just enough to fit
its bounding box entirely within the window both horizontally and vertically 6 or :fitb
- FITBH =
go to page with the vertical
coordinate top positioned at the top edge of the window and the
contents of the page magnified just enough to fit the entire width of its
bounding box within the window 7 or :fitbh
- FITBV =
go to page with the horizontal
coordinate left positioned at the left edge of the window and the
contents of the page magnified just enough to fit the entire height of its
bounding box within the window 8 or :fitbv
- NAMED =
got to page specified by a name. See poppler_document_find_dest()
9 or :named