IUIX_NumEditFilter::Setup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_NumEditFilter::Setup Method}}
 
{{#customTitle:IUIX_NumEditFilter::Setup Method}}
{{#parentPage:PXV:IUIX_NumEditFilter#Methods|Setup Method|method}}
+
{{#parentPage:PXV:IUIX_NumEditFilter#Methods|Setup|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

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