Options

From PDF XChange PDF SDK
Jump to: navigation, search
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 the pages range which the page rotate should be applied to.
+
| Specifies the pages range in the current document that should be rotated.
 
|-
 
|-
 
| class="op_param_name" | Direction
 
| class="op_param_name" | Direction

Revision as of 00:47, 15 March 2016


Options Table

Name Type Value
PagesRange Dictionary Specifies the pages range in the current document that should be rotated.
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