Table of Contents

Class BarcodeValue

Namespace
ZXing.PDF417.Internal
Assembly
zxing.dll

A Barcode Value for the PDF417 barcode.
The scanner will iterate through the bitmatrix, and given the different methods or iterations will increment a given barcode value's confidence.

When done, this will return the values of highest confidence.

public sealed class BarcodeValue
Inheritance
BarcodeValue
Inherited Members

Constructors

BarcodeValue()

public BarcodeValue()

Methods

getValue()

Determines the maximum occurrence of a set value and returns all values which were set with this occurrence.

public int[] getValue()

Returns

int[]

an array of int, containing the values with the highest occurrence, or null, if no value was set.

setValue(int)

Incremenets the Confidence for a given value. (Adds an occurance of a value)

public void setValue(int value)

Parameters

value int

Value.