IPXC_AnnotData::Opacity Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AnnotData::Opacity Property}} | {{#customTitle:IPXC_AnnotData::Opacity Property}} | ||
Line 12: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AnnotData|IPXC_AnnotData]]. |
Revision as of 04:01, 20 May 2015
Gets/sets the opacity value of the annotation. The value between 0.0 and 1.0 should be used.
Syntax
HRESULT get_Opacity([out, retval] double* pOpacity); HRESULT put_Opacity([in] double pOpacity);