TUPCEReader Class

Unit: ZXing.OneD.UPCEReader
type TUPCEReader = class(TUPCEANReader)

The TUPCEReader 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 .)

checkChecksum
convertUPCEtoUPCA

decodeEnd

Decodes the end. (Overrides ZXing.OneD.UPCEANReader.TUPCEANReader.decodeEnd .)

Top