IPXC_WatermarkParams::StrokeWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
(9 intermediate revisions by 2 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|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|StrokeWidth|property}}
{{ToReview}}
+
  
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* 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 ==
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