op.bookmarks.addNew.simple
From PDF XChange PDF SDK
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 23:00, 27 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.
|