IPXC_WatermarkParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::FillColor Property}}
 
{{#customTitle:IPXC_WatermarkParams::FillColor Property}}
 +
{{#parentPage:PXV:IPXC_WatermarkParams|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Gets/sets the fill color of the font which will be used for watermark text.
 
Gets/sets the fill color of the font which will be used for watermark text.

Revision as of 16:00, 20 April 2015


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

Syntax

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

See Also

See also IPXC_WatermarkParams.