enum
Hpdf::PageDirection
Defined in:
hpdf/enum.crEnum Members
-
Portrait =
0 -
Set the longer value to horizontal.
-
Landscape =
1 -
Set the longer value to vertical.
Instance Method Summary
-
#landscape?
Returns
trueif this enum value equalsLandscape -
#portrait?
Returns
trueif this enum value equalsPortrait