IPXC_WatermarkParams::StrokeWidth Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
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 == |
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);