Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]]
 
| class="op_param_name" | [[PXV:cs_PagesRange|PagesRange]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the pages range which the page rotate should be applied to.
 
|-
 
|-
 
| class="op_param_name" | Direction
 
| class="op_param_name" | Direction
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Determines how to rotate the pages.
 
Possible values are:
 
Possible values are:
 
{| class="op_internal_table"
 
{| class="op_internal_table"
 
|-
 
|-
| class="op_enum_value" | '''1''' (Clockwise) || ...
+
| class="op_enum_value" | '''0''' || 0 degrees.
 
|-
 
|-
| class="op_enum_value" | '''2''' (180) || ...
+
| class="op_enum_value" | '''1''' (Clockwise) || Clockwise 90 degrees.
 
|-
 
|-
| class="op_enum_value" | '''3''' (CounterClockwise) || ...
+
| class="op_enum_value" | '''2''' (180) || Counterclockwise 90 degrees.
 +
|-
 +
| class="op_enum_value" | '''3''' (CounterClockwise) || 180 degrees.
 
|}
 
|}
 
Default value: <tt>'''1''' (Clockwise)</tt>
 
Default value: <tt>'''1''' (Clockwise)</tt>
Line 32: Line 34:
 
| class="op_param_name" | PagesOrientation
 
| class="op_param_name" | PagesOrientation
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies what pages are to be rotated.
 
Possible values are:
 
Possible values are:
 
{| class="op_internal_table"
 
{| class="op_internal_table"
 
|-
 
|-
| class="op_enum_value" | '''0''' (Any) || ...
+
| class="op_enum_value" | '''0''' (All) || All pages will be rotated.
|-
+
| class="op_enum_value" | '''0''' (All) || ...
+
 
|-
 
|-
| class="op_enum_value" | '''1''' (Portrait) || ...
+
| class="op_enum_value" | '''1''' (Portrait) || Only pages with portrait orientation will be rotated.
 
|-
 
|-
| class="op_enum_value" | '''2''' (Landscape) || ...
+
| class="op_enum_value" | '''2''' (Landscape) || Only pages with landscape orientation will be rotated.
 
|}
 
|}
 
Default value: <tt>'''0''' (All)</tt>
 
Default value: <tt>'''0''' (All)</tt>
Line 48: Line 48:
 
| class="op_param_name" | ExplicitSet
 
| class="op_param_name" | ExplicitSet
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies Explicit Set.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|}
 
|}

Revision as of 06:10, 11 January 2016


Options Table

Name Type Value
PagesRange Dictionary Specifies the pages range which the page rotate should be applied to.
Direction Integer Determines how to rotate the pages.

Possible values are:

0 0 degrees.
1 (Clockwise) Clockwise 90 degrees.
2 (180) Counterclockwise 90 degrees.
3 (CounterClockwise) 180 degrees.

Default value: 1 (Clockwise)

PagesOrientation Integer Specifies what pages are to be rotated.

Possible values are:

0 (All) All pages will be rotated.
1 (Portrait) Only pages with portrait orientation will be rotated.
2 (Landscape) Only pages with landscape orientation will be rotated.

Default value: 0 (All)

ExplicitSet Boolean Specifies Explicit Set.

Default value: false