eRPRM_Lights

This page covers the description of the eRPRM_Lights enumeration

eRPRM_Lights enumeration contains a set of identifiers used for identifying document reader possibilities, specifying lighting schemes for scanning etc.

const eRPRM_Lights = {
    NONE: 0,
    RPRM_LIGHT_UV: 128,
    RPRM_LIGHT_WHITE_FULL: 6,
}

Constant

Description

NONE

lighting schemes aren't identified

RPRM_LIGHT_UV

general UV light scheme

RPRM_LIGHT_WHITE_FULL

upper/lower and side lighters of IR light scheme

Last updated

Was this helpful?