Options
From PDF XChange PDF SDK
(Label ToWrite removed) |
|||
Line 23: | Line 23: | ||
|- | |- | ||
| class="op_enum_value" | '''2''' (Custom) || The page size would be custom. | | class="op_enum_value" | '''2''' (Custom) || The page size would be custom. | ||
− | |||
− | |||
|} | |} | ||
Default value: <tt>'''0''' (Document)</tt> | Default value: <tt>'''0''' (Document)</tt> |
Latest revision as of 23:35, 18 May 2018
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
PaperType | Integer | Specifies the type of paper that would be used for page dimensions.
Possible values are:
Default value: 0 (Document) | ||||||
Landscape | Boolean | Specifies pages' orientation.
Default value: false | ||||||
StdPaperIndex | Integer | Specifies new page size if Standard flag was used.
The list of possible values are shown in the table. Default value: 4 (A4) | ||||||
Width | Double | Specifies width of the new pages.
Default value: 595.276 | ||||||
Height | Double | Specifies the height of the new pages.
Default value: 841.89 | ||||||
Count | Integer | Specifies number of pages that will be inserted.
Default value: 1 | ||||||
Location | Integer | Determines whether the new pages will be inserted Before or After the target page.
Possible values are:
Default value: 1 (After) | ||||||
Position | Integer | Specifies the position where the pages will be inserted.
Default value: -1 | ||||||
Rotation | Integer | Specifies the newly added pages' rotation.
Default value: 0 |