IPXC_DocumentProps::ActionsForTrigger Property

From PDF XChange PDF SDK
Revision as of 00:11, 24 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property ActionsForTrigger of interface IPXC_DocumentProps returns/sets Pointer to IPXC_ActionsList ...

Syntax

HRESULT get_ActionsForTrigger([in]           PXC_TriggerType     nTrigger,
                              [out, retval]  IPXC_ActionsList**  ppActions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
                              [in]  IPXC_ActionsList*  ppActions);

Parameters

nTrigger
[in] Value of PXC_TriggerType.

See Also

See also IPXC_DocumentProps.