IPXC_WatermarkParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FillColor|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FillColor|property}}
  
Gets/sets the fill color of the font that will be used for watermark text.
+
Gets/sets the [[PXV:IColor|fill color]] of the font that will be used for watermark text.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 03:43, 16 March 2017

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

Syntax

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

See Also

IPXC_WatermarkParams