IUIX_TabStopFormat::LeaderContentWidth Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LeaderContentWidth([out, retval]  double*  pContentWidth);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LeaderContentWidth([out, retval]  double*  nContentWidth);
HRESULT put_LeaderContentWidth([in]  double  pContentWidth);
+
HRESULT put_LeaderContentWidth([in]  double  nContentWidth);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]]
 
[[PXV:IUIX_TabStopFormat|IUIX_TabStopFormat]]

Latest revision as of 04:38, 15 June 2015


Property LeaderContentWidth of interface IUIX_TabStopFormat returns/sets Value of double ...

Syntax

HRESULT get_LeaderContentWidth([out, retval]  double*  nContentWidth);
HRESULT put_LeaderContentWidth([in]  double  nContentWidth);

See Also

IUIX_TabStopFormat