Specifies the orientation of
the medium.
SyntaxReference_Syntax.orientation = "portrait | landscape"
Values
Type
|
Values
|
String
|
portrait (default)
landscape
The orientation
of the medium places the short edge at the top.
The orientation
of the medium places the long edge at the top.
|
JavaScriptxfa.form.form1.pageSet.Page1.medium.orientation = "landscape";
FormCalcxfa.form.form1.pageSet.Page1.medium.orientation = "landscape"
|
|
|