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 image data.
typedef struct tagImageData ImageData
Attribute | Type |
---|---|
bytesLength |
int |
bytes |
unsigned char* |
width |
int |
height |
int |
stride |
int |
format |
ImagePixelFormat |
The length of the image data byte array.
int tagImageData::bytesLength
The image data content in a byte array.
unsigned char* tagImageData::bytes
The width of the image in pixels.
int tagImageData::width
The height of the image in pixels.
int tagImageData::height
The stride (or scan width) of the image.
int tagImageData::stride
The image pixel format used in the image byte array.
ImagePixelFormat tagImageData::format
latest version