Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(Label ToWrite removed)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{#customTitle:Options}}
 
{{#customTitle:Options}}
 
{{#parentPage:PXV:op_document_rotatePages|Options|property}}
 
{{#parentPage:PXV:op_document_rotatePages|Options|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
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 in the current document that should be rotated.
 
|-
 
|-
 
| 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...
+
| If set as '''true''' the portrait/landscape orientation calculation will be done based on the pages rotation. If set as '''false''' the portrait/landscape orientation calculation will be done based on the pages dimension proportions.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|}
 
|}

Latest revision as of 00:49, 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 If set as true the portrait/landscape orientation calculation will be done based on the pages rotation. If set as false the portrait/landscape orientation calculation will be done based on the pages dimension proportions.

Default value: false