IPXC_BackgroundParams::Opacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::Opacity Property}}
 
{{#customTitle:IPXC_BackgroundParams::Opacity Property}}
{{#parentPage:PXV:IPXC_BackgroundParams|Opacity Property|property}}
+
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|Opacity|property}}
{{ToReview}}
+
  
 
Gets/sets the opacity of the background placed on page.
 
Gets/sets the opacity of the background placed on page.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Opacity([out, retval]  float*  pOpacity);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Opacity([out, retval]  float*  nOpacity);
HRESULT put_Opacity([in]  float  pOpacity);
+
HRESULT put_Opacity([in]  float  nOpacity);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]].
+
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Latest revision as of 03:20, 15 June 2015

Gets/sets the opacity of the background placed on page.

Syntax

HRESULT get_Opacity([out, retval]  float*  nOpacity);
HRESULT put_Opacity([in]  float  nOpacity);

See Also

IPXC_BackgroundParams