IPXC_Annotation::Data 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:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Data Property}}
 
{{#customTitle:IPXC_Annotation::Data Property}}
 +
{{#parentPage:PXV:IPXC_Annotation|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Data''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Pointer to [[PXV:IPXC_AnnotData|IPXC_AnnotData]] ...
 
Property '''Data''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Pointer to [[PXV:IPXC_AnnotData|IPXC_AnnotData]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:40, 20 April 2015


Property Data of interface IPXC_Annotation returns/sets Pointer to IPXC_AnnotData ...

Syntax

HRESULT get_Data([out, retval] IPXC_AnnotData** ppAnnotData);
HRESULT put_Data([in] IPXC_AnnotData* ppAnnotData);

See Also

See also IPXC_Annotation.