ASSUME_GS1 EnumMember

Definition

Assume the barcode is being processed as a GS1 barcode, and modify behavior as needed. For example this affects FNC1 handling for Code 128 (aka GS1-128). Doesn't matter what it maps to; use bool .

Delphi
const ASSUME_GS1 = TDecodeHintType(12)

Value