IPXC_Annotation::Actions Property

From PDF XChange PDF SDK
Revision as of 10:19, 27 May 2015 by Socrat (Talk | contribs)

Jump to: navigation, search


Property Actions returns or sets list of actions associated with the annotation for specific trigger. For most annotations only Trigger_Up is used.

Syntax

HRESULT get_Actions([in]           PXC_TriggerType     nTrigger,
                    [out, retval]  IPXC_ActionsList**  ppActions);
HRESULT put_Actions([in]  PXC_TriggerType    nTrigger,
                    [in]  IPXC_ActionsList*  ppActions);

Parameters

nTrigger
[in] Specifies the trigger for which list of action should set or retrieved.

See Also

IPXC_Annotation