IPXC_AnnotData::Contents Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AnnotData::Contents Property}} | {{#customTitle:IPXC_AnnotData::Contents Property}} | ||
+ | {{#parentPage:PXV:IPXC_AnnotData#Properties|Contents|property}} | ||
+ | {{ToReview}} | ||
− | + | Gets/sets the content of the annotation, if there is text to 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 == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Contents([out, retval] BSTR* ppContents); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Contents([out, retval] BSTR* ppContents); |
− | HRESULT put_Contents([in] BSTR ppContents); | + | HRESULT put_Contents([in] BSTR ppContents); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AnnotData|IPXC_AnnotData]] |
Latest revision as of 07:04, 23 May 2015
Gets/sets the content of the annotation, if there is text to 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);