IPXC_BackgroundParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::FillColor Property}}
 
{{#customTitle:IPXC_BackgroundParams::FillColor Property}}
{{#parentPage:PXV:IPXC_BackgroundParams|FillColor Property|property}}
+
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|FillColor|property}}
{{ToReview}}
+
  
Gets/sets the fill color which will be used as the page background.
+
Gets/sets the fill color that will be used as the page background.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FillColor([out, retval]  IColor**  ppColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FillColor([out, retval]  IColor**  pColor);
HRESULT put_FillColor([in]  IColor*  ppColor);
+
HRESULT put_FillColor([in]  IColor*  pColor);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]].
+
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Latest revision as of 03:20, 15 June 2015

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

Syntax

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

See Also

IPXC_BackgroundParams