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 EnumScaleUpMode {
SUM_AUTO = 0x01,
SUM_LINEAR_INTERPOLATION = 0x02,
SUM_NEAREST_NEIGHBOUR_INTERPOLATION = 0x04,
SUM_SKIP = 0x00,
SUM_REV = 0x80000000
}
See C++ EnumScaleUpMode for more info.
latest version