IPXC_WatermarkParams::StrokeColor Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeColor|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeColor|property}} | ||
− | Gets/sets the 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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_StrokeColor([out, retval] IColor** | + | <pre class="brush:cpp;gutter:false">HRESULT get_StrokeColor([out, retval] IColor** pColor); |
− | HRESULT put_StrokeColor([in] IColor* | + | HRESULT put_StrokeColor([in] IColor* pColor); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] |
Latest revision as of 05: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);