IPXC_WatermarkParams::StrokeWidth Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeWidth|property}} | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeWidth|property}} | ||
− | Gets/sets the stroke width of the watermark's text. | + | Gets/sets the stroke width of the watermark's text when the [[PXV:IPXC_WatermarkParams_StrokeColor|Stroke Color]] is specified. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval] float* | + | <pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval] float* nStrokeWidth); |
− | HRESULT put_StrokeWidth([in] float | + | HRESULT put_StrokeWidth([in] float nStrokeWidth); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] |
Latest revision as of 05:10, 16 March 2017
Gets/sets the stroke width of the watermark's text when the Stroke Color is specified.
Syntax
HRESULT get_StrokeWidth([out, retval] float* nStrokeWidth); HRESULT put_StrokeWidth([in] float nStrokeWidth);