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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_NumEditFilter::Setup Method}}
 
{{#customTitle:IUIX_NumEditFilter::Setup Method}}
 +
{{#parentPage:PXV:IUIX_NumEditFilter|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.

Revision as of 22:41, 20 April 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

See also IUIX_NumEditFilter.