IPXC_AnnotData::Opacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets the opacity value of the annotation. The value between 0.0 and 1.0 should be used.
+
Gets/sets the opacity value of the annotation. A value between 0.0 and 1.0 should be used.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 14:37, 20 May 2015


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.