IPXC_WatermarkParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::FillColor Property}}
 
{{#customTitle:IPXC_WatermarkParams::FillColor Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|FillColor Property|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 fill color of the font that will be used for watermark text.

Revision as of 08:52, 23 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