TEAN8Reader Class

Implements decoding of the EAN-8 format.

Unit: ZXing.OneD.EAN8Reader
type TEAN8Reader = class(TUPCEANReader)

The TEAN8Reader type exposes the following members.

Show:
 NameDescription
BarcodeFormat

Get the format of this decoder. (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