Documentation
Table of contents
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

Is this page helpful?

YesYes NoNo

In this article:

Version 3.2.32

    • version 3.2.32
    • Version 2.x
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2
      • Version 1.0
    Change +