The constants module¶
Constant values.
-
Rotate_0
= 0¶ normal
-
Rotate_90
= 1¶ 90° rotated clockwise
-
Rotate_180
= 2¶ 180° rotated
-
Rotate_270
= 3¶ 270° rotated (90° couter clockwise)
-
FixedScale
= 0¶ the scale is not adjusted to the widget size
-
FitWidth
= 1¶ scale so that the page’s width fits in the widget
-
FitHeight
= 2¶ scale so that the page’s height fits in the widget
-
FitBoth
= 3¶ fit the whole page
-
Horizontal
= 1¶ arrange the pages in horizontal order
-
Vertical
= 2¶ arrange the pages in vertical order