IPXC_WatermarkParams::StrokeColor Property
From PDF XChange PDF SDK
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. | + | 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 == |
Revision as of 05:03, 16 March 2017
Gets/sets the stroke color of the watermark's text. The TRM_Stroke or TRM_FillStroke [PXV:IPXC WatermarkParams_RenderMode|Render Mode]] should be specified.
Syntax
HRESULT get_StrokeColor([out, retval] IColor** pColor); HRESULT put_StrokeColor([in] IColor* pColor);