op.bookmarks.addNew.simple

From PDF XChange PDF SDK
Jump to: navigation, search
Line 19: Line 19:
 
| class="op_param_name" | Output
 
| class="op_param_name" | Output
 
| style="text-align:center;" | Array
 
| style="text-align:center;" | Array
| Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Document|IPXC_Document]] of the updated bookmarks.
+
| Array of <code>IUnknown</code>-based objects containing the [[PXV:IPXC_Document|IPXC_Document]] of the updated bookmarks. Not yet implemented.
 
|}
 
|}

Revision as of 00:00, 28 May 2015


Overview

The operation allows to send the notification to all of the listeners that the bookmarks were manually added.

Parameters

Name Type Description
Input Array Array of IUnknown-based objects containing the IPXC_Bookmark objects that need to be updated. Note that all of the bookmarks must belong to one document.
Output Array Array of IUnknown-based objects containing the IPXC_Document of the updated bookmarks. Not yet implemented.