C# (CSharp) zxingwp7.oned Namespace

Classes

Name Description
Code39Reader

Decodes Code 39 barcodes. This does not support "Full ASCII Code 39" yet.

EAN13Reader

Implements decoding of the EAN-13 format.

EAN13Writer This object renders an EAN13 code as a ByteMatrix 2D array of greyscale values.
EAN8Reader

Implements decoding of the EAN-8 format.

EAN8Writer This object renders an EAN8 code as a ByteMatrix 2D array of greyscale values.
ITFReader

Implements decoding of the ITF format.

"ITF" stands for Interleaved Two of Five. This Reader will scan ITF barcode with 6, 10 or 14 digits. The checksum is optional and is not applied by this Reader. The consumer of the decoded value will have to apply a checksum if required.

http://en.wikipedia.org/wiki/Interleaved_2_of_5 is a great reference for Interleaved 2 of 5 information.

MultiFormatOneDReader
MultiFormatUPCEANReader

A reader that can read all available UPC/EAN formats. If a caller wants to try to read all such formats, it is most efficient to use this implementation rather than invoke individual readers.

OneDReader Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.
UPCAReader

Implements decoding of the UPC-A format.

UPCEANWriter

Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.