DestType
Description:
[ CCode ( cprefix = "POPPLER_DEST_" , type_id = "poppler_dest_type_get_type ()" ) ]
public enum DestType
public enum DestType
Destination types
Namespace: Poppler
Package: poppler-glib
Content:
Enum values:
- FIT - go to page with its contents magnified just enough to fit the entire page within the window both horizontally and vertically
- FITB - go to page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically
- 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
- 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
- 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
- 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
- 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
- NAMED - got to page specified by a name.
- UNKNOWN - unknown destination
- 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