IPXC_WatermarkParams::FillColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
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 [[PXV:IColor|fill color]] of the font that will be used for watermark text. The '''TRM_Fill''' or '''TRM_FillStroke''' [[PXV:IPXC WatermarkParams_RenderMode|Render Mode]] should be specified.
Gets/sets the fill color of the font that will be used for watermark text.
+
  
 
== 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_WatermarkParams|IPXC_WatermarkParams]].
+
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]]

Latest revision as of 06:03, 16 March 2017

Gets/sets the fill color of the font that will be used for watermark text. The TRM_Fill or TRM_FillStroke Render Mode should be specified.

Syntax

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

See Also

IPXC_WatermarkParams