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