IPXC_WatermarkParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
  
  
Gets/sets the fill color of the font which will be used for watermark text.
+
Gets/sets the fill color of the font that will be used for watermark text.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 16:34, 21 May 2015


Gets/sets the fill color of the font that will be used for watermark text.

Syntax

HRESULT get_FillColor([out, retval]  IColor**  ppColor);
HRESULT put_FillColor([in]  IColor*  ppColor);

See Also

IPXC_WatermarkParams.