IPXC_DocumentProps::ActionsForTrigger Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentProps::ActionsForTrigger Property}}
 
{{#customTitle:IPXC_DocumentProps::ActionsForTrigger Property}}
Line 19: Line 20:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocumentProps|IPXC_DocumentProps]].
+
[[PXV:IPXC_DocumentProps|IPXC_DocumentProps]].

Revision as of 05:29, 20 May 2015


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

IPXC_DocumentProps.