Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 14: | Line 14: | ||
| class="op_param_name" | NewContent | | class="op_param_name" | NewContent | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies | + | | Specifies the [[PXV:IPXC_Content|IPXC_Content]] that the original content will be replaced with. |
|- | |- | ||
| class="op_param_name" | CloneNew | | class="op_param_name" | CloneNew | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether the new content should be cloned. |
Default value: <tt>'''false'''</tt> | Default value: <tt>'''false'''</tt> | ||
|- | |- | ||
| class="op_param_name" | TargetPage | | class="op_param_name" | TargetPage | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the target page which content should be replaced |
Default value: <tt>'''-1'''</tt> | Default value: <tt>'''-1'''</tt> | ||
|} | |} |
Revision as of 06:11, 9 March 2016
Options Table
Name | Type | Value |
---|---|---|
NewContent | IUnknown | Specifies the IPXC_Content that the original content will be replaced with. |
CloneNew | Boolean | Specifies whether the new content should be cloned.
Default value: false |
TargetPage | Integer | Specifies the target page which content should be replaced
Default value: -1 |