IPXC_Annotation::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 20: Line 20:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

Revision as of 04:10, 23 May 2015


Property Actions of interface IPXC_Annotation returns/sets Pointer to IPXC_ActionsList ...

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] Value of PXC_TriggerType.

See Also

IPXC_Annotation