Options
From PDF XChange PDF SDK
Line 22: | Line 22: | ||
| class="op_param_name" | CommentsAction | | class="op_param_name" | CommentsAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies what should be done to the annotations on pages. To use this the ''ContentOnly'' flag needs to be '''false'''. | + | | Specifies what should be done to the annotations on pages. To use this the '''ContentOnly''' flag needs to be '''false'''. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
Line 36: | Line 36: | ||
| class="op_param_name" | FieldsAction | | class="op_param_name" | FieldsAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies what should be done to the fields on pages. To use this the ''ContentOnly'' flag needs to be '''false'''. | + | | Specifies what should be done to the fields on pages. To use this the '''ContentOnly''' flag needs to be '''false'''. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
Line 50: | Line 50: | ||
| class="op_param_name" | BookmarksAction | | class="op_param_name" | BookmarksAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the action that would be applied to the bookmarks. To use this the ''ContentOnly'' flag needs to be '''false'''. | + | | Specifies the action that would be applied to the bookmarks. To use this the '''ContentOnly''' flag needs to be '''false'''. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" |
Revision as of 01:14, 3 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 pages start index to which the replace should be applied to.
Default value: 0 | ||||||
CommentsAction | Integer | Specifies what should be done to the annotations on pages. To use this the ContentOnly flag needs to be false.
Possible values are:
Default value: 0 (Copy) | ||||||
FieldsAction | Integer | Specifies what should be done to the fields on pages. To use this the ContentOnly flag needs to be false.
Possible values are:
Default value: 1 (Flatten) | ||||||
BookmarksAction | Integer | Specifies the action that would be applied to the bookmarks. To use this the ContentOnly flag needs to be false.
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 | ||||||
PositionStop | Integer | Specifies the pages stop index to which the replace should be applied to.
Default value: -1 | ||||||
ContentOnly | Boolean | Specifies that only content (text and images which are the part of content) of selected pages from an active document will be replaced with content of new pages.
Default value: true | ||||||
Src | IUnknown | Specifies the source data (IAFS_Name, IAFS_File). |