Options
From PDF XChange PDF SDK
Line 69: | Line 69: | ||
{| 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> |
Revision as of 00:55, 1 March 2016
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
PagesRange | Dictionary | Specifies the pages range that will be page insert from the document. | ||||||
Position | Integer | Specifies the pages start index which the insert 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 | ||||||
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... |