Options
From PDF XChange PDF SDK
Line 65: | Line 65: | ||
| class="op_param_name" | LastSrcMode | | class="op_param_name" | LastSrcMode | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the select last source mode. |
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (FromFile) || | + | | class="op_enum_value" | '''0''' (FromFile) || The set '''LastSrcFile''' param. |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (FromOpenedDoc) || | + | | class="op_enum_value" | '''1''' (FromOpenedDoc) || The set '''LastSrcDoc''' param. |
|} | |} | ||
Default value: <tt>'''1''' (FromOpenedDoc)</tt> | Default value: <tt>'''1''' (FromOpenedDoc)</tt> | ||
Line 77: | Line 77: | ||
| class="op_param_name" | LastSrcFile | | class="op_param_name" | LastSrcFile | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies | + | | Specifies the path to 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 | + | | Specifies the path to doc. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- |
Revision as of 05:42, 11 January 2016
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 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 | ||||||
PositionStop | Integer | Specifies the pages stop index which the replace should be applied to..
Default value: -1 | ||||||
ContentOnly | Boolean | Specifies the replace only content (text and images which are the part of content) of selected pages from an active document with content of new pages.
Default value: true | ||||||
Src | IUnknown | Specifies... |