IPXC_Annotation::Actions Property
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::Actions Property}} | {{#customTitle:IPXC_Annotation::Actions Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|Actions|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|Actions|property}} | ||
− | |||
− | Property '''Actions''' returns or sets [[PXV:IPXC_ActionsList|list of actions]] associated with the annotation for specific [[PXV:PXC_TriggerType|trigger]]. For most annotations only <code>Trigger_Up</code> is used. | + | |
+ | Property '''Actions''' returns or sets [[PXV:IPXC_ActionsList|list of actions]] associated with the annotation for the specific [[PXV:PXC_TriggerType|trigger]]. For most annotations only <code>Trigger_Up</code> is used. | ||
== Syntax == | == Syntax == |
Revision as of 16:25, 16 June 2015
Property Actions returns or sets list of actions associated with the annotation for the 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.