IPXC_AnnotData::Opacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::Opacity Property}}
 
{{#customTitle:IPXC_AnnotData::Opacity Property}}
{{#parentPage:PXV:IPXC_AnnotData|Opacity Property|property}}
+
{{#parentPage:PXV:IPXC_AnnotData#Properties|Opacity|property}}
{{ToReview}}
+
  
 
Gets/sets the opacity value of the annotation. A 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.
Line 13: Line 12:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_AnnotData|IPXC_AnnotData]].
+
[[PXV:IPXC_AnnotData|IPXC_AnnotData]]

Latest revision as of 08:04, 23 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