IPXC_DocumentProps::ActionsForTrigger Property

From PDF XChange PDF SDK
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**  pActions);
HRESULT put_ActionsForTrigger([in]  PXC_TriggerType    nTrigger,
                              [in]  IPXC_ActionsList*  pActions);

Parameters

nTrigger
[in] Value of PXC_TriggerType.

See Also

IPXC_DocumentProps