IPXC_Annotation::Actions Property

From PDF XChange PDF SDK
Revision as of 05:55, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

See also IPXC_Annotation.