IPXC_WatermarkParams::Opacity Property

From PDF XChange PDF SDK
Revision as of 05:47, 16 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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);

See Also

IPXC_WatermarkParams