Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | IsOffset
 
| class="op_param_name" | IsOffset
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies whether to use given rectangles as offsets or as real rectangle coordinates on page.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-
 
| 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 operation should be applied to.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_RectF|MediaBox]]
 
| class="op_param_name" | [[PXV:cs_RectF|MediaBox]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the media box coordinates or offsets.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_RectF|CropBox]]
 
| class="op_param_name" | [[PXV:cs_RectF|CropBox]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the crop box coordinates or offsets.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_RectF|TrimBox]]
 
| class="op_param_name" | [[PXV:cs_RectF|TrimBox]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the trim box coordinates or offsets.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_RectF|ArtBox]]
 
| class="op_param_name" | [[PXV:cs_RectF|ArtBox]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the art box coordinates or offsets.
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_RectF|BleedBox]]
 
| class="op_param_name" | [[PXV:cs_RectF|BleedBox]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the bleed box coordinates or offsets.
 
|-
 
|-
 
| class="op_param_name" | Flags
 
| class="op_param_name" | Flags
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the flags for the operation.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|}
 
|}

Revision as of 02:10, 28 May 2015


Options Table

Name Type Value
IsOffset Boolean Specifies whether to use given rectangles as offsets or as real rectangle coordinates on page.

Default value: false

PagesRange Dictionary Specifies the pages range which the operation should be applied to.
MediaBox Dictionary Specifies the media box coordinates or offsets.
CropBox Dictionary Specifies the crop box coordinates or offsets.
TrimBox Dictionary Specifies the trim box coordinates or offsets.
ArtBox Dictionary Specifies the art box coordinates or offsets.
BleedBox Dictionary Specifies the bleed box coordinates or offsets.
Flags Integer Specifies the flags for the operation.

Default value: 0