Options
From PDF XChange PDF SDK
(→Options Table) |
|||
(One intermediate revision 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 17: | Line 17: | ||
|- | |- | ||
| 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 |
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 |