IPXC_Annotation::Actions Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Annotation::Actions Property}} | {{#customTitle:IPXC_Annotation::Actions Property}} | ||
+ | {{#parentPage:PXV:IPXC_Annotation|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Actions''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] ... | Property '''Actions''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] ... | ||
− | |||
== Syntax == | == Syntax == |
Revision as of 14:40, 20 April 2015
Property Actions of interface IPXC_Annotation returns/sets Pointer to IPXC_ActionsList ...
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] Value of PXC_TriggerType.
See Also
See also IPXC_Annotation.