Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
DLR_ImageData
Stores the image data.
Attributes
Attribute | Type |
---|---|
Bytes |
byte[] |
Width |
int |
Height |
int |
Stride |
int |
Format |
EnumDLRImagePixelFormat |
Bytes
The image data content in a byte array.
byte[] Dynamsoft.DLR.DLR_ImageData.Bytes
Width
The width of the image in pixels.
int Dynamsoft.DLR.DLR_ImageData.Width
Height
The height of the image in pixels.
int Dynamsoft.DLR.DLR_ImageData.Height
Stride
The stride (or scan width) of the image.
int Dynamsoft.DLR.DLR_ImageData.Stride
Format
The image pixel format used in the image byte array.
EnumDLRImagePixelFormat Dynamsoft.DLR.DLR_ImageData.Format