IPXC_Page::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Actions([in]          PXC_TriggerType    Trigger,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Actions([in]          PXC_TriggerType    nTrigger,
                     [out, retval]  IPXC_ActionsList**  Actions);
+
                     [out, retval]  IPXC_ActionsList**  pActions);
HRESULT put_Actions([in]  PXC_TriggerType    Trigger,
+
HRESULT put_Actions([in]  PXC_TriggerType    nTrigger,
                     [in]  IPXC_ActionsList*  Actions);
+
                     [in]  IPXC_ActionsList*  pActions);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Trigger
+
;nTrigger
 
:[in]  [[PXV:PXC_TriggerType|Type of trigger]] by which the actions list should be extracted or set.
 
:[in]  [[PXV:PXC_TriggerType|Type of trigger]] by which the actions list should be extracted or set.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Page|IPXC_Page]]
 
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 June 2015


Gets/sets actions list by the trigger type.

Syntax

HRESULT get_Actions([in]           PXC_TriggerType     nTrigger,
                    [out, retval]  IPXC_ActionsList**  pActions);
HRESULT put_Actions([in]  PXC_TriggerType    nTrigger,
                    [in]  IPXC_ActionsList*  pActions);

Parameters

nTrigger
[in] Type of trigger by which the actions list should be extracted or set.

See Also

IPXC_Page