Table of Contents

Class PixelData

Namespace
ZXing.Rendering
Assembly
zxing.dll

represents the generated code as a byte array with pixel data (4 byte per pixel, BGRA)

public sealed class PixelData
Inheritance
PixelData
Inherited Members

Properties

Height

the height of the image

public int Height { get; }

Property Value

int

Pixels

the generated code as byte array of BGRA pixels

public byte[] Pixels { get; }

Property Value

byte[]

Width

the width of the image

public int Width { get; }

Property Value

int