IPXC_WatermarkParams::StrokeWidth Property
From PDF XChange PDF SDK
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_WatermarkParams::StrokeWidth Property}} | {{#customTitle:IPXC_WatermarkParams::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]] |
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);