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.
public class SamplingImageData
Attribute | Type |
---|---|
bytes |
bytearray |
width |
int |
height |
int |
The sampling image data in a byte array.
SamplingImageData.bytes
The width of the sampling image.
int Dynamsoft.Barcode.SamplingImageData.width
The height of the sampling image.
Barcode.SamplingImageData.height
version 7.6.0