IPXC_AnnotData::Contents Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::Contents Property}}
 
{{#customTitle:IPXC_AnnotData::Contents Property}}
Line 12: Line 13:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AnnotData|IPXC_AnnotData]].
+
[[PXV:IPXC_AnnotData|IPXC_AnnotData]].

Revision as of 05:01, 20 May 2015


Gets/sets the content of the annotation. It is a text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternative description of the annotation's contents in human-readable form.

Syntax

HRESULT get_Contents([out, retval]  BSTR*  ppContents);
HRESULT put_Contents([in]  BSTR  ppContents);

See Also

IPXC_AnnotData.