IUIX_ControlsLock::StrokeWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ControlsLock::StrokeWidth Property}}
 
{{#customTitle:IUIX_ControlsLock::StrokeWidth Property}}
{{#parentPage:PXV:IUIX_ControlsLock#Properties|StrokeWidth Property|property}}
+
{{#parentPage:PXV:IUIX_ControlsLock#Properties|StrokeWidth|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval]  LONG*  pWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_StrokeWidth([out, retval]  LONG*  nWidth);
HRESULT put_StrokeWidth([in]  LONG  pWidth);
+
HRESULT put_StrokeWidth([in]  LONG  nWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_ControlsLock|IUIX_ControlsLock]]
 
[[PXV:IUIX_ControlsLock|IUIX_ControlsLock]]

Latest revision as of 04:18, 15 June 2015


Property StrokeWidth of interface IUIX_ControlsLock returns/sets Value of LONG ...

Syntax

HRESULT get_StrokeWidth([out, retval]  LONG*  nWidth);
HRESULT put_StrokeWidth([in]  LONG  nWidth);

See Also

IUIX_ControlsLock