IPXC_AnnotData::Opacity Property

From PDF XChange PDF SDK
Revision as of 08:04, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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

Gets/sets the opacity value of the annotation. A value between 0.0 and 1.0 should be used.

Syntax

HRESULT get_Opacity([out, retval]  double*  pOpacity);
HRESULT put_Opacity([in]  double  pOpacity);

See Also

IPXC_AnnotData