IPXC_Page::Actions Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets [[PXV:IPXC_ActionsList|actions list]] by the [[PXV:PXC_TriggerType|trigger type]]. | |
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
== Parameters == | == Parameters == | ||
;nTrigger | ;nTrigger | ||
− | :[in] | + | :[in] [[PXV:PXC_TriggerType|Type of trigger]] by which the actions list should be extracted or set. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Page|IPXC_Page]]. | See also [[PXV:IPXC_Page|IPXC_Page]]. |
Revision as of 05:52, 7 May 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
See also IPXC_Page.