IPXC_AnnotData::Opacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AnnotData::Opacity Property}}
 
{{#customTitle:IPXC_AnnotData::Opacity Property}}
 +
{{#parentPage:PXV:IPXC_AnnotData#Properties|Opacity|property}}
  
Property '''Opacity''' of interface [[PXV:IPXC_AnnotData|IPXC_AnnotData]] returns/sets Value of double ...
+
Gets/sets the opacity value of the annotation. A value between 0.0 and 1.0 should be used.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Opacity([out, retval] double* pOpacity);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Opacity([out, retval] double* pOpacity);
HRESULT put_Opacity([in] double pOpacity);
+
HRESULT put_Opacity([in] double pOpacity);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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