Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Label ToWrite removed)
 
Line 17: Line 17:
 
|-
 
|-
 
| class="op_param_name" | InsertBefore
 
| class="op_param_name" | InsertBefore
| style="text-align:center" | Boolean
+
| style="text-align:center" | Integer
| Specifies whether the content should be inserted before or after the TargetPage.
+
| Specifies the content insert position inside the TargetPage's content.
Default value: <tt>'''false'''</tt>
+
Default value: <tt>'''-1'''</tt>
 
|-
 
|-
 
| class="op_param_name" | InsertClone
 
| class="op_param_name" | InsertClone

Latest revision as of 07: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