BarcodeAdditionalParameters constructor

BarcodeAdditionalParameters({
  1. bool? enableGS1Decoding,
  2. int? minimumTextLength,
  3. int? maximumTextLength,
  4. int? minimum1DBarcodesQuietZone,
  5. bool? stripCheckDigits,
  6. MSIPlesseyChecksumAlgorithm? msiPlesseyChecksumAlgorithm,
  7. bool? lowPowerMode,
  8. CodeDensity? codeDensity,
})

Implementation

BarcodeAdditionalParameters(
    {this.enableGS1Decoding,
    this.minimumTextLength,
    this.maximumTextLength,
    this.minimum1DBarcodesQuietZone,
    this.stripCheckDigits,
    this.msiPlesseyChecksumAlgorithm,
    this.lowPowerMode,
    this.codeDensity});