TEAN13Reader Class

Implements decoding of the EAN-13 format.

Unit: ZXing.OneD.EAN13Reader
ZXing.OneD.UPCEANReader.TUPCEANReader
  ZXing.OneD.EAN13Reader.TEAN13Reader
type TEAN13Reader = class(TUPCEANReader)

The TEAN13Reader type exposes the following members.

Show:
 NameDescription
BarcodeFormat

Get the format of this decoder.

The 1D format.

(Overrides ZXing.OneD.UPCEANReader.TUPCEANReader.BarcodeFormat .)

DecodeMiddle

Subclasses override this to decode the portion of a barcode between the start and end guard patterns. (Overrides ZXing.OneD.UPCEANReader.TUPCEANReader.DecodeMiddle .)

Top