IPXC_BackgroundParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::FillColor Property}}
 
{{#customTitle:IPXC_BackgroundParams::FillColor Property}}
{{#parentPage:PXV:IPXC_BackgroundParams|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 ==
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