Options
From PDF XChange PDF SDK
(→Options Table) |
(→Options Table) |
||
Line 23: | Line 23: | ||
| class="op_param_name" | CommentsAction | | class="op_param_name" | CommentsAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies what should be done to the annotations on pages. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
Line 37: | Line 37: | ||
| class="op_param_name" | FieldsAction | | class="op_param_name" | FieldsAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies what should be done to the fields 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 form fields will be copied from the original pages into source destination. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (Flatten) || The | + | | class="op_enum_value" | '''1''' (Flatten) || The form fields will become a part of the original pages' content. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (DontCopy) || The | + | | class="op_enum_value" | '''2''' (DontCopy) || The form fields won't be copied to the destination. |
|} | |} | ||
Default value: <tt>'''1''' (Flatten)</tt> | Default value: <tt>'''1''' (Flatten)</tt> | ||
Line 51: | Line 51: | ||
| class="op_param_name" | BookmarksAction | | class="op_param_name" | BookmarksAction | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies the action | + | | Specifies the action that would be applied to the bookmarks. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (DontCopy) || The | + | | class="op_enum_value" | '''0''' (DontCopy) || The bookmarks won't be copied at all. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (CopyAll) || | + | | class="op_enum_value" | '''1''' (CopyAll) || All of the bookmarks will be added to the destination. Bookmarks, that are not related to the current root bookmark, in a new file will not perform any action, - they will be only listed in the Bookmark Pane. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (CopyRelated) || | + | | class="op_enum_value" | '''2''' (CopyRelated) || Only the related bookmarks will be copied to the destination document. |
|} | |} | ||
Default value: <tt>'''1''' (CopyAll)</tt> | Default value: <tt>'''1''' (CopyAll)</tt> |
Revision as of 01:26, 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 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 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). |