Options
From PDF XChange PDF SDK
(→Options Table) |
(→Options Table) |
||
Line 100: | Line 100: | ||
| 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" | Bool | ||
+ | | Specifies whether the root bookmark should be added for the inserted page block. | ||
|} | |} |
Revision as of 05:28, 8 August 2018
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 | Bool | Specifies whether the root bookmark should be added for the inserted page block. |