Options
From PDF XChange PDF SDK
(→Options Table) |
|||
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 that will be | + | | Specifies the pages range that will be inserted from the document into the source destination. |
|- | |- | ||
| class="op_param_name" | Position | | class="op_param_name" | Position | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the | + | | Specifies the position where the pages will be inserted. |
Default value: <tt>'''-1'''</tt> | Default value: <tt>'''-1'''</tt> | ||
|- | |- | ||
| class="op_param_name" | CommentsAction | | class="op_param_name" | CommentsAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the | + | | Specifies the what will be done to the annotations on pages. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Copy) || The | + | | class="op_enum_value" | '''0''' (Copy) || The annotations will be copied from the original pages into source destination. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (Flatten) || The | + | | class="op_enum_value" | '''1''' (Flatten) || The annotations will become a part of the original pages' content. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (DontCopy) || | + | | class="op_enum_value" | '''2''' (DontCopy) || The annotations won't be copied to the destination. |
|} | |} | ||
Default value: <tt>'''0''' (Copy)</tt> | Default value: <tt>'''0''' (Copy)</tt> |
Revision as of 01:21, 1 March 2016
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
PagesRange | Dictionary | Specifies the pages range that will be inserted from the document into the source destination. | ||||||
Position | Integer | Specifies the position where the pages will be inserted.
Default value: -1 | ||||||
CommentsAction | Integer | Specifies the what will be done to the annotations on pages.
Possible values are:
Default value: 0 (Copy) | ||||||
FieldsAction | Integer | Specifies the action which the form field should be applied to.
Possible values are:
Default value: 1 (Flatten) | ||||||
BookmarksAction | Integer | Specifies the action which the bookmark should be applied to.
Possible values are:
Default value: 1 (CopyAll) | ||||||
LastSrcMode | Integer | Specifies the select last source mode.
Possible values are:
Default value: 1 (FromOpenedDoc) | ||||||
LastSrcFile | String | Specifies the path to file.
Default value: Empty String | ||||||
LastSrcDoc | String | Specifies the path to doc.
Default value: Empty String | ||||||
Location | Integer | Determines if the selected pages will be inserted Before or After the target page.
Possible values are:
Default value: 1 (After) | ||||||
Src | IUnknown | Specifies the source data (IAFS_Name, IAFS_File). |