Table of Contents

Class DataMatrixReader

Namespace
ZXing.Datamatrix
Assembly
zxing.dll

This implementation can detect and decode Data Matrix codes in an image.

bbrown@google.com (Brian Brown)

public sealed class DataMatrixReader : Reader
Inheritance
DataMatrixReader
Implements
Inherited Members

Constructors

DataMatrixReader()

public DataMatrixReader()

Methods

decode(BinaryBitmap)

Locates and decodes a Data Matrix code in an image.

public Result decode(BinaryBitmap image)

Parameters

image BinaryBitmap

Returns

Result

a String representing the content encoded by the Data Matrix code

decode(BinaryBitmap, IDictionary<DecodeHintType, object>)

Locates and decodes a Data Matrix code in an image.

public Result decode(BinaryBitmap image, IDictionary<DecodeHintType, object> hints)

Parameters

image BinaryBitmap
hints IDictionary<DecodeHintType, object>

Returns

Result

a String representing the content encoded by the Data Matrix code

reset()

does nothing here

public void reset()