eRPRM_Lights
eRPRM_Lights
enumeration contains a set of identifiers used for identifying document reader possibilities, specifying lighting schemes for scanning etc.
class eRPRM_Lights {
static const int NONE = 0;
static const int RPRM_LIGHT_UV = 128;
static const int 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 |