Version 3.00 Feb. 2019
APPLICATION DEVELOPMENT GUIDE
CheckScanner
25
Returned value One of the following is returned and stored in the ResultCode
property.
Value Meaning
OPOS_SUCCESS DirectIO succeeded.
OPOS_E_CLOSED The device is closed.
OPOS_E_NOTCLAIMED The device is not claimed.
OPOS_E_DISABLED The device is disabled.
OPOS_E_ILLEGAL Specifies command number without a
function.
The parameter is illegal.
The device does not support the specified
reading mode.
Other Refer to the ResultCode item.
Requirement Open, Claim & Enable
13) CHK_DI_SHARPNESS_IMAGE
Parameter Explanation
Command CHK_DI_SHARPNESS_IMAGE
pData Specifies the value to indicate the execution of sharpening
process.
The value to be specified is one of the following.
CHK_DI_SHARPNESS_ON
CHK_DI_SHARPNESS_OFF
pString Not used. Null character string is entered.
Explanation By specifying CHK_DI_SHARPNESS_ON in pData, sharpening
process on read image is executed after the check or card
reading.
By specifying CHK_DI_SHARPNESS_OFF in pData,
sharpening process on read image is not executed after the
check or card reading.
Settings become effective after the next execution of
BeginInsertion or EndInsertion.