enum

PDF::DSL::Orientation

Inherits Enum / Comparable / Value / Object

Constants

Portrait = 0
Landscape = 1

Instance methods

landscape?

Returns true if this enum value equals Landscape

Source
portrait?

Returns true if this enum value equals Portrait

Source