Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
SamplingImageData
stores the detailed image data in ExtendedResult
.
class com.dynamsoft.dbr.SamplingImageData;
Attribute | Type | Descriptions |
---|---|---|
bytes |
byte[] | The sampling image data in a byte array. |
width |
int | The width of the sampling image. |
height |
int | The height of the sampling image. |
The sampling image data in a byte array.
byte[] bytes
The width of the sampling image.
int width
The height of the sampling image.
int height
latest version