enum

Hpdf::PageDirection

Inherits Enum / Comparable / Value / Object

Constants

Portrait = 0

Set the longer value to horizontal.

Landscape = 1

Set the longer value to vertical.

Instance methods

landscape?

Returns true if this enum value equals Landscape

Source
portrait?

Returns true if this enum value equals Portrait

Source