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"...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_addContent|Options|property}} | {{#parentPage:PXV:op_addContent|Options|property}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
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" | | + | | style="text-align:center" | Integer |
− | | Specifies | + | | Specifies the content insert position inside the TargetPage's content. |
− | Default value: <tt>''' | + | Default value: <tt>'''-1'''</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> | ||
|} | |} |
Latest revision as of 06:03, 15 April 2016
Options Table
Name | Type | Value |
---|---|---|
Content | IUnknown | Specifies the new content that will be added to the document's page. |
InsertBefore | Integer | Specifies the content insert position inside the TargetPage's content.
Default value: -1 |
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 |