C# (CSharp) ZXing.OneD Пространство имен

Пространства имен

ZXing.OneD.RSS

Классы

Имя Описание
Code128Writer This object renders a CODE128 code as a BitMatrix. [email protected] (Erik Barbara)
Code39Reader

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

Sean Owen @see Code93Reader
Code39Writer This object renders a CODE39 code as a BitMatrix. [email protected] (Erik Barbara)
Code93Writer
ITFReader

Implements decoding of the ITF format, or Interleaved Two of Five.

This Reader will scan ITF barcodes of certain lengths only. At the moment it reads length 6, 8, 10, 12, 14, 16, 18, 20, 24, 44 and 48 as these have appeared "in the wild". Not all lengths are scanned, especially shorter ones, to avoid false positives. This in turn is due to a lack of required checksum function.

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.

[email protected], SITA Lab.
OneDimensionalCodeWriter

Encapsulates functionality and implementation that is common to one-dimensional barcodes.

[email protected] (Kazuki Nishiura)
UPCEReader

Implements decoding of the UPC-E format.

Thisis a great reference for UPC-E information.

Sean Owen
UPCEWriter This object renders an UPC-E code as a {@link BitMatrix}. @author [email protected] (RX)