Table of Contents

Class Decoder

Namespace
ZXing.Aztec.Internal
Assembly
zxing.dll

The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.

public sealed class Decoder
Inheritance
Decoder
Inherited Members

Constructors

Decoder()

public Decoder()

Methods

decode(AztecDetectorResult)

Decodes the specified detector result.

public DecoderResult decode(AztecDetectorResult detectorResult)

Parameters

detectorResult AztecDetectorResult

The detector result.

Returns

DecoderResult

highLevelDecode(bool[])

This method is used for testing the high-level encoder

public static string highLevelDecode(bool[] correctedBits)

Parameters

correctedBits bool[]

Returns

string