Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | Parent
 
| class="op_param_name" | Parent
 
| style="text-align:center" | IUnknown
 
| style="text-align:center" | IUnknown
| Specifies...
+
| Specifies the new [[PXV:IPXC_Bookmark|IPXC_Bookmark]] parent of the moved bookmarks.
 
|-
 
|-
 
| class="op_param_name" | InsertBefore
 
| class="op_param_name" | InsertBefore
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the insert position of the new bookmarks in the parent.
 
Default value: <tt>'''-1'''</tt>
 
Default value: <tt>'''-1'''</tt>
 
|-
 
|-
 
| class="op_param_name" | MakeCopy
 
| class="op_param_name" | MakeCopy
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies whether to make copy of the bookmarks or move them from their previous parent.
 
Default value: <tt>'''false'''</tt>
 
Default value: <tt>'''false'''</tt>
 
|-
 
|-
 
| class="op_param_name" | FixInputOrder
 
| class="op_param_name" | FixInputOrder
 
| style="text-align:center" | Boolean
 
| style="text-align:center" | Boolean
| Specifies...
+
| Specifies whether the input order of the input bookmarks should be fixed as they are positioned in their previous parent. The input order affects the bookmarks position after moving them.
 
Default value: <tt>'''true'''</tt>
 
Default value: <tt>'''true'''</tt>
 
|}
 
|}

Revision as of 06:43, 26 May 2015


Options Table

Name Type Value
Parent IUnknown Specifies the new IPXC_Bookmark parent of the moved bookmarks.
InsertBefore Integer Specifies the insert position of the new bookmarks in the parent.

Default value: -1

MakeCopy Boolean Specifies whether to make copy of the bookmarks or move them from their previous parent.

Default value: false

FixInputOrder Boolean Specifies whether the input order of the input bookmarks should be fixed as they are positioned in their previous parent. The input order affects the bookmarks position after moving them.

Default value: true