IPXC_WatermarkParams::StrokeWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_WatermarkParams::StrokeWidth Property}}
 
{{#customTitle:IPXC_WatermarkParams::StrokeWidth Property}}
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeWidth Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeWidth|property}}
  
 
+
Gets/sets the stroke width of the watermark's text when the [[PXV:IPXC_WatermarkParams_StrokeColor|Stroke Color]] is specified.
Gets/sets the stroke width of the watermark's text.
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval]  float*  pStrokeWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval]  float*  nStrokeWidth);
HRESULT put_StrokeWidth([in]  float  pStrokeWidth);
+
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 06: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);

See Also

IPXC_WatermarkParams