Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
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 | + | | Specifies the pages range which the page resizing should be applied to. |
|- | |- | ||
| class="op_param_name" | Position | | class="op_param_name" | Position | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the pages start index which the replace should be applied to. |
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 | + | | Specifies the action which the comments should be applied to. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Copy) || | + | | class="op_enum_value" | '''0''' (Copy) || The add related comments to the new documents as Comments. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (Flatten) || | + | | class="op_enum_value" | '''1''' (Flatten) || The add these comments as part of the documents content - Flatten Comments. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (DontCopy) || | + | | class="op_enum_value" | '''2''' (DontCopy) || Discard all comment will result in documents without comments. |
|} | |} | ||
Default value: <tt>'''0''' (Copy)</tt> | Default value: <tt>'''0''' (Copy)</tt> | ||
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 the action which the form field should be applied to. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Copy) || | + | | class="op_enum_value" | '''0''' (Copy) || The copy all form field. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (Flatten) || | + | | class="op_enum_value" | '''1''' (Flatten) || The add the content of form fields to the resulting documents' content. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (DontCopy) || | + | | class="op_enum_value" | '''2''' (DontCopy) || The discard all form field. |
|} | |} | ||
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 | + | | Specifies the action which the bookmark should be applied to.. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (DontCopy) || | + | | class="op_enum_value" | '''0''' (DontCopy) || The discard all bookmark which will result in documents without bookmarks. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (CopyAll) || . | + | | class="op_enum_value" | '''1''' (CopyAll) || The add all bookmarks to the new documents. 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) || The add only related bookmarks to the new documents. |
|} | |} | ||
Default value: <tt>'''1''' (CopyAll)</tt> | Default value: <tt>'''1''' (CopyAll)</tt> | ||
Line 87: | Line 87: | ||
| class="op_param_name" | PositionStop | | class="op_param_name" | PositionStop | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the pages stop index which the replace should be applied to.. |
Default value: <tt>'''-1'''</tt> | Default value: <tt>'''-1'''</tt> | ||
|- | |- |
Revision as of 07:15, 17 December 2015
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
PagesRange | Dictionary | Specifies the pages range which the page resizing should be applied to. | ||||||
Position | Integer | Specifies the pages start index which the replace should be applied to.
Default value: -1 | ||||||
CommentsAction | Integer | Specifies the action which the comments should be applied to.
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...
Possible values are:
Default value: 1 (FromOpenedDoc) | ||||||
LastSrcFile | String | Specifies...
Default value: Empty String | ||||||
LastSrcDoc | String | Specifies...
Default value: Empty String | ||||||
PositionStop | Integer | Specifies the pages stop index which the replace should be applied to..
Default value: -1 | ||||||
ContentOnly | Boolean | Specifies...
Default value: true | ||||||
Src | IUnknown | Specifies... |