IPXC_Annotation::Data Property
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::Data Property}} | {{#customTitle:IPXC_Annotation::Data Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|Data|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|Data|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | When the property is read, it returns copy of current | + | When the property is read, it returns copy of current [[PXV:IPXC_AnnotData|annotation data]]. Changes to that data will be in effect when '''Data''' property will be set. |
Setting annotation's '''Data''' property may change annotation's [[PXV:IPXC_Annotation_Rect|rectangle]] on the page. | Setting annotation's '''Data''' property may change annotation's [[PXV:IPXC_Annotation_Rect|rectangle]] on the page. | ||
Line 15: | Line 14: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Annotation|IPXC_Annotation]], | + | [[PXV:IPXC_Annotation|IPXC_Annotation]], [[PXV:IPXC_AnnotData|IPXC_AnnotData]]. |
Revision as of 17:53, 26 May 2015
When the property is read, it returns copy of current annotation data. Changes to that data will be in effect when Data property will be set.
Setting annotation's Data property may change annotation's rectangle on the page.
Syntax
HRESULT get_Data([out, retval] IPXC_AnnotData** ppAnnotData); HRESULT put_Data([in] IPXC_AnnotData* ppAnnotData);