IPXC_DocumentProps::ActionsForTrigger Property

From PDF XChange PDF SDK
Revision as of 07:02, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

Syntax

HRESULT get_ActionsForTrigger([in]           PXC_TriggerType     Trigger,
                              [out, retval]  IPXC_ActionsList**  Actions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    Trigger,
                              [in]  IPXC_ActionsList*  Actions);

Parameters

Trigger
[in] Value of PXC_TriggerType.

See Also

IPXC_DocumentProps