IUIX_NumEditFilter::DispCoef Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_NumEditFilter::DispCoef Property}}
 
{{#customTitle:IUIX_NumEditFilter::DispCoef Property}}
 +
{{#parentPage:PXV:IUIX_NumEditFilter#Properties|DispCoef|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''DispCoef''' of interface [[PXV:IUIX_NumEditFilter|IUIX_NumEditFilter]] returns/sets  Value of double ...
 
Property '''DispCoef''' of interface [[PXV:IUIX_NumEditFilter|IUIX_NumEditFilter]] returns/sets  Value of double ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DispCoef([out, retval] double* pCoef);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DispCoef([out, retval] double* nCoef);
HRESULT put_DispCoef([in] double pCoef);
+
HRESULT put_DispCoef([in] double nCoef);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_NumEditFilter|IUIX_NumEditFilter]].
+
[[PXV:IUIX_NumEditFilter|IUIX_NumEditFilter]]

Latest revision as of 04:30, 15 June 2015


Property DispCoef of interface IUIX_NumEditFilter returns/sets Value of double ...

Syntax

HRESULT get_DispCoef([out, retval]  double*  nCoef);
HRESULT put_DispCoef([in]  double  nCoef);

See Also

IUIX_NumEditFilter