IUIX_NumEditFilter::Setup Method

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::Setup Method}}
 
{{#customTitle:IUIX_NumEditFilter::Setup Method}}
 +
{{#parentPage:PXV:IUIX_NumEditFilter#Methods|Setup|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Setup([in] double nMin, [in] double nMax, [in, optional] double nDispCoef, [in, optional] LONG nDispPrec, [in, optional] VARIANT_BOOL bTrimTrailingZeros, [in, optional] BSTR pDispPattern, [in, optional] double nScrollStep);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Setup([in]                     double       nMin,
 +
              [in]                     double       nMax,
 +
              [in, defaultvalue(1.0)] double       nDispCoef,
 +
              [in, defaultvalue(0)]   LONG         nDispPrec,
 +
              [in, defaultvalue(0)]   VARIANT_BOOL bTrimTrailingZeros,
 +
              [in, defaultvalue("")]   BSTR         pDispPattern,
 +
              [in, defaultvalue(0.0)] double       nScrollStep);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nMin''
+
;nMin
 
:[in]  Value of double.
 
:[in]  Value of double.
;''nMax''
+
;nMax
 
:[in]  Value of double.
 
:[in]  Value of double.
;''nDispCoef''
+
;nDispCoef
:[in, optional]  Value of double.
+
:[in, defaultvalue(1.0)]  Value of double.
;''nDispPrec''
+
;nDispPrec
:[in, optional]  Value of LONG.
+
:[in, defaultvalue(0)]  Value of LONG.
;''bTrimTrailingZeros''
+
;bTrimTrailingZeros
:[in, optional]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
;''pDispPattern''
+
;pDispPattern
:[in, optional]  Value of BSTR.
+
:[in, defaultvalue("")]  Value of BSTR.
;''nScrollStep''
+
;nScrollStep
:[in, optional]  Value of double.
+
:[in, defaultvalue(0.0)]  Value of double.
  
 
== Return Value ==
 
== Return Value ==
Line 27: Line 37:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_NumEditFilter|IUIX_NumEditFilter]].
+
[[PXV:IUIX_NumEditFilter|IUIX_NumEditFilter]]

Latest revision as of 10:10, 23 May 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Setup([in]                     double        nMin,
              [in]                     double        nMax,
              [in, defaultvalue(1.0)]  double        nDispCoef,
              [in, defaultvalue(0)]    LONG          nDispPrec,
              [in, defaultvalue(0)]    VARIANT_BOOL  bTrimTrailingZeros,
              [in, defaultvalue("")]   BSTR          pDispPattern,
              [in, defaultvalue(0.0)]  double        nScrollStep);

Parameters

nMin
[in] Value of double.
nMax
[in] Value of double.
nDispCoef
[in, defaultvalue(1.0)] Value of double.
nDispPrec
[in, defaultvalue(0)] Value of LONG.
bTrimTrailingZeros
[in, defaultvalue(0)] Value of VARIANT_BOOL.
pDispPattern
[in, defaultvalue("")] Value of BSTR.
nScrollStep
[in, defaultvalue(0.0)] Value of double.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_NumEditFilter