Options
From PDF XChange PDF SDK
(Created page with "Category:Editor {{#customTitle:Options}} {{#parentPage:PXV:op_addContent|Options|property}} {{ToWrite}} {{ToReview}} == Options Table == {| class="wikitable op_options"...") |
(→Options Table) |
||
Line 14: | Line 14: | ||
| class="op_param_name" | Content | | class="op_param_name" | Content | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies | + | | Specifies the new [[PXV:IPXC_Content|content]] that will be added to the document's page. |
|- | |- | ||
| class="op_param_name" | InsertBefore | | class="op_param_name" | InsertBefore | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether the content should be inserted before or after the TargetPage. |
Default value: <tt>'''false'''</tt> | Default value: <tt>'''false'''</tt> | ||
|- | |- | ||
| class="op_param_name" | InsertClone | | class="op_param_name" | InsertClone | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether the inserted content should be cloned. |
Default value: <tt>'''true'''</tt> | Default value: <tt>'''true'''</tt> | ||
|- | |- | ||
| class="op_param_name" | TargetPage | | class="op_param_name" | TargetPage | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the page where the content will be inserted. |
Default value: <tt>'''-1'''</tt> | Default value: <tt>'''-1'''</tt> | ||
|} | |} |
Revision as of 05:41, 2 March 2016
Options Table
Name | Type | Value |
---|---|---|
Content | IUnknown | Specifies the new content that will be added to the document's page. |
InsertBefore | Boolean | Specifies whether the content should be inserted before or after the TargetPage.
Default value: false |
InsertClone | Boolean | Specifies whether the inserted content should be cloned.
Default value: true |
TargetPage | Integer | Specifies the page where the content will be inserted.
Default value: -1 |