IPXC_BackgroundParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_BackgroundParams::FillColor Property}}
 
{{#customTitle:IPXC_BackgroundParams::FillColor Property}}
  
Property '''FillColor''' of interface [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] returns/sets Pointer to [[PXV:IColor|IColor]] ...
+
Gets/sets the fill color which will be used as the page background.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 04:39, 15 April 2015

Gets/sets the fill color which will be used as the page background.

Syntax

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

See Also

See also IPXC_BackgroundParams.