IPXC_WatermarkParams::StrokeColor Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeColor|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeColor|property}}
  
Gets/sets the [[PXV:IColor|stroke color]] of the watermark's text. The TRM_Stroke or TRM_FillStroke [PXV:IPXC WatermarkParams_RenderMode|Render Mode]] should be specified.
+
Gets/sets the [[PXV:IColor|stroke color]] of the watermark's text. The '''TRM_Stroke''' or '''TRM_FillStroke''' [[PXV:IPXC WatermarkParams_RenderMode|Render Mode]] should be specified.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 06:04, 16 March 2017

Gets/sets the stroke color of the watermark's text. The TRM_Stroke or TRM_FillStroke Render Mode should be specified.

Syntax

HRESULT get_StrokeColor([out, retval]  IColor**  pColor);
HRESULT put_StrokeColor([in]  IColor*  pColor);

See Also

IPXC_WatermarkParams