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.
public class ImageData
Attribute | Type |
---|---|
Bytes |
byte[ ] |
Width |
int |
Height |
int |
Stride |
int |
Format |
EnumImagePixelFormat |
The image data content in a byte array.
byte[] Dynamsoft.DBR.ImageData.Bytes
The width of the image in pixels.
int Dynamsoft.DBR.ImageData.Width
The height of the image in pixels.
int Dynamsoft.DBR.ImageData.Height
The stride (or scan width) of the image.
int Dynamsoft.DBR.ImageData.Stride
The image pixel format used in the image byte array.
EnumImagePixelFormat Dynamsoft.DBR.ImageData.Format
latest version