IPXC_Annotation::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Actions Property}}
 
{{#customTitle:IPXC_Annotation::Actions Property}}
{{#parentPage:PXV:IPXC_Annotation|Actions Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Actions Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 13:55, 21 May 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**  ppActions);
HRESULT put_Actions([in]  PXC_TriggerType    nTrigger,
                    [in]  IPXC_ActionsList*  ppActions);

Parameters

nTrigger
[in] Value of PXC_TriggerType.

See Also

IPXC_Annotation.