Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.28 KB

File metadata and controls

66 lines (47 loc) · 1.28 KB
layout title description keywords needAutoGenerateSidebar permalink
default-layout
ImageData Class - Dynamsoft Barcode Reader SDK .NET Edition API Reference
This page shows the ImageData Class of Dynamsoft Barcode Reader SDK .NET Edition.
ImageData, class, api reference, .Net
false
/programming/dotnet/api-reference/class/ImageData-v7.6.0.html

ImageData

Stores the image data.

public class ImageData

Attributes

Attribute Type
Bytes byte[ ]
Width int
Height int
Stride int
Format [EnumImagePixelFormat]({{ site.dotnet_enumerations }}other-enums.html#imagepixelformat)

Bytes

The image data content in a byte array.

byte[] Dynamsoft.Barcode.ImageData.Bytes

Width

The width of the image in pixels.

int Dynamsoft.Barcode.ImageData.Width

Height

The height of the image in pixels.

int Dynamsoft.Barcode.ImageData.Height

Stride

The stride (or scan width) of the image.

int Dynamsoft.Barcode.ImageData.Stride

Format

The image pixel format used in the image byte array.

EnumImagePixelFormat Dynamsoft.Barcode.ImageData.Format