IPXC_Bookmark::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_Bookmark::Actions Property}}
 
{{#customTitle:IPXC_Bookmark::Actions Property}}
  
Property '''Actions''' of interface [[PXV:IPXC_Bookmark|IPXC_Bookmark]] returns/sets Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] ...
+
Gets/sets [[PXV:IPXC_ActionsList|actions list]] of the bookmark. Returns S_OK when successful.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:06, 15 April 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);

See Also

See also IPXC_Bookmark.