IPXC_Annotation::Data Property

From PDF XChange PDF SDK
Revision as of 04:46, 20 February 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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**  pAnnotData);
HRESULT put_Data([in]  IPXC_AnnotData*  pAnnotData);

See Also

IPXC_Annotation