IPXC_WatermarkParams::Opacity Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|Opacity|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|Opacity|property}} | ||
− | Gets/sets the opacity of the watermark placed on page. | + | Gets/sets the opacity of the watermark placed on page. Possible values are from '''0.0''' to '''100.0''' that represent the opacity percentage. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Opacity([out, retval] float* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Opacity([out, retval] float* nOpacity); |
− | HRESULT put_Opacity([in] float | + | HRESULT put_Opacity([in] float nOpacity); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] |
Latest revision as of 04:47, 16 March 2017
Gets/sets the opacity of the watermark placed on page. Possible values are from 0.0 to 100.0 that represent the opacity percentage.
Syntax
HRESULT get_Opacity([out, retval] float* nOpacity); HRESULT put_Opacity([in] float nOpacity);