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.
class ImageData
Attribute | Type |
---|---|
bytes |
bytearray |
width |
int |
height |
int |
stride |
int |
image_pixel_format |
ImagePixelFormat |
The image data content in a byte array.
ImageData.bytes
The width of the image in pixels.
ImageData.width
The height of the image in pixels.
ImageData.height
The stride (or scan width) of the image.
ImageData.stride
The image pixel format used in the image byte array.
ImageData.image_pixel_format
latest version