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 sampling image data.
public class SamplingImageData
Attributes
Attribute | Type |
---|---|
Bytes |
byte[ ] |
Width |
int |
Height |
int |
Bytes
The sampling image data in a byte array.
byte[] Dynamsoft.SamplingImageData.Bytes
Width
The width of the sampling image.
int Dynamsoft.SamplingImageData.Width
Height
The height of the sampling image.
int Dynamsoft.SamplingImageData.Height