Options
From PDF XChange PDF SDK
(→Options Table) |
(→Options Table) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_document_insertPages|Options|property}} | {{#parentPage:PXV:op_document_insertPages|Options|property}} | ||
− | + | ||
{{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 the pages range that will be inserted from the document into the | + | | Specifies the pages range that will be inserted from the document into the destination. |
|- | |- | ||
| class="op_param_name" | Position | | class="op_param_name" | Position | ||
Line 46: | Line 46: | ||
|- | |- | ||
| class="op_enum_value" | '''2''' (DontCopy) || The form fields won't be copied to the destination. | | class="op_enum_value" | '''2''' (DontCopy) || The form fields won't be copied to the destination. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''3''' (CopyWithRename) || The form fields will be copied and renamed automatically to unique names if needed. | ||
|} | |} | ||
Default value: <tt>'''1''' (Flatten)</tt> | Default value: <tt>'''1''' (Flatten)</tt> | ||
Line 65: | Line 67: | ||
| class="op_param_name" | LastSrcMode | | class="op_param_name" | LastSrcMode | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the | + | | Specifies the last selected source mode on dialog. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (FromFile) || The | + | | class="op_enum_value" | '''0''' (FromFile) || The data will be taken from the '''LastSrcFile''' param. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (FromOpenedDoc) || The | + | | class="op_enum_value" | '''1''' (FromOpenedDoc) || The data will be taken from the '''LastSrcDoc''' param. |
|} | |} | ||
Default value: <tt>'''1''' (FromOpenedDoc)</tt> | Default value: <tt>'''1''' (FromOpenedDoc)</tt> | ||
Line 77: | Line 79: | ||
| class="op_param_name" | LastSrcFile | | class="op_param_name" | LastSrcFile | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies the path to file. | + | | Specifies the path to the file. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- | ||
| class="op_param_name" | LastSrcDoc | | class="op_param_name" | LastSrcDoc | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies the path to | + | | Specifies the path to the document. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- | ||
| class="op_param_name" | Location | | class="op_param_name" | Location | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Determines | + | | Determines whether the selected pages will be inserted Before or After the target page. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Before) || | + | | class="op_enum_value" | '''0''' (Before) || The pages will be inserted Before the target page. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (After) || | + | | class="op_enum_value" | '''1''' (After) || The pages will be inserted After the target page. |
|} | |} | ||
Default value: <tt>'''1''' (After)</tt> | Default value: <tt>'''1''' (After)</tt> | ||
Line 100: | Line 102: | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
| Specifies the source data ([[PXV:IAFS_Name|IAFS_Name]], [[PXV:IAFS_File|IAFS_File]]). | | Specifies the source data ([[PXV:IAFS_Name|IAFS_Name]], [[PXV:IAFS_File|IAFS_File]]). | ||
+ | |- | ||
+ | | class="op_param_name" | AddRootBookmarks | ||
+ | | style="text-align:center" | Boolean | ||
+ | | Specifies whether the root bookmark should be added for the inserted page block. | ||
|} | |} |
Latest revision as of 06:06, 10 May 2019
Options Table
Name | Type | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
PagesRange | Dictionary | Specifies the pages range that will be inserted from the document into the destination. | ||||||||
Position | Integer | Specifies the position where the pages will be inserted.
Default value: -1 | ||||||||
CommentsAction | Integer | Specifies what should be done to the annotations on pages.
Possible values are:
Default value: 0 (Copy) | ||||||||
FieldsAction | Integer | Specifies what should be done to the fields on pages.
Possible values are:
Default value: 1 (Flatten) | ||||||||
BookmarksAction | Integer | Specifies the action that would be applied to the bookmarks.
Possible values are:
Default value: 1 (CopyAll) | ||||||||
LastSrcMode | Integer | Specifies the last selected source mode on dialog.
Possible values are:
Default value: 1 (FromOpenedDoc) | ||||||||
LastSrcFile | String | Specifies the path to the file.
Default value: Empty String | ||||||||
LastSrcDoc | String | Specifies the path to the document.
Default value: Empty String | ||||||||
Location | Integer | Determines whether 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). | ||||||||
AddRootBookmarks | Boolean | Specifies whether the root bookmark should be added for the inserted page block. |