Options
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_bookmarks_move|Options|property}} | {{#parentPage:PXV:op_bookmarks_move|Options|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 14: | Line 13: | ||
| 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> | ||
|} | |} |
Latest revision as of 05:45, 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 |