IPXC_WatermarkParams::StrokeWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_WatermarkParams::StrokeWidth Property}}
 
{{#customTitle:IPXC_WatermarkParams::StrokeWidth Property}}
  
Property '''StrokeWidth''' of interface [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] returns/sets Value of float ...
+
Gets/sets the stroke width of the watermark's text.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:30, 15 April 2015

Gets/sets the stroke width of the watermark's text.

Syntax

HRESULT get_StrokeWidth([out, retval] float* pStrokeWidth);
HRESULT put_StrokeWidth([in] float pStrokeWidth);

See Also

See also IPXC_WatermarkParams.