Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the sampling image data.
typedef struct tagSamplingImageData SamplingImageData
Attribute | Type |
---|---|
bytes |
unsigned char * |
width |
int |
height |
int |
The sampling image data in a byte array.
unsigned char* tagSamplingImageData::bytes
The width of the sampling image.
int tagSamplingImageData::width
The height of the sampling image.
int tagSamplingImageData::height
latest version