IPXC_Annotation::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Actions''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] ...
+
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.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Parameters ==
 
== Parameters ==
 
;nTrigger
 
;nTrigger
:[in]  Value of [[PXV:PXC_TriggerType|PXC_TriggerType]].
+
:[in]  Specifies the [[PXV:PXC_TriggerType|trigger]] for which list of action should set or retrieved.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]
 
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Revision as of 10:19, 27 May 2015


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