Type: Integer
Availability: Read or write at any time
The orientation property of the JadePrintPage class contains the orientation of your page of print output.
Set this property to one of the global constants provided by the
Global Constant | Integer Value | Action |
---|---|---|
Print_Landscape | 2 | Landscape (horizontal page orientation) |
Print_Portrait | 1 | Portrait (vertical page orientation) |
The default value is Print_Portrait (that is, portrait orientation).