IPXC_Bookmark::Actions Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Bookmark::Actions Property}} | {{#customTitle:IPXC_Bookmark::Actions Property}} | ||
− | {{#parentPage:PXV:IPXC_Bookmark#Properties|Actions | + | {{#parentPage:PXV:IPXC_Bookmark#Properties|Actions|property}} |
Gets/sets [[PXV:IPXC_ActionsList|actions list]] of the bookmark. Returns S_OK when successful. | Gets/sets [[PXV:IPXC_ActionsList|actions list]] of the bookmark. Returns S_OK when successful. |
Revision as of 07:11, 23 May 2015
Gets/sets actions list of the bookmark. Returns S_OK when successful.
Syntax
HRESULT get_Actions([out, retval] IPXC_ActionsList** ppActions); HRESULT put_Actions([in] IPXC_ActionsList* ppActions);