Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
enum EnumRegionPredetectionMode {
RPM_AUTO = 0x01,
RPM_GENERAL = 0x02,
RPM_GENERAL_RGB_CONTRAST = 0x04,
RPM_GENERAL_GRAY_CONTRAST = 0x08,
RPM_GENERAL_HSV_CONTRAST = 0x10,
RPM_SKIP = 0x00,
RPM_REV = 0x80000000
}
See C++ EnumRegionPredetectionMode for more info.
latest version