Pdf417Params constructor

Pdf417Params([
  1. Pdf417EncodeMode? pdf417EncodeMode,
  2. Pdf417ErrorLevel? pdf417ErrorLevel,
  3. bool? pdf417Truncate,
  4. int? pdf417Columns,
  5. int? pdf417Rows,
  6. double? pdf417AspectRatio,
  7. ECIEncodings? pdf417ECIEncoding,
  8. bool? pdf417IsReaderInitialization,
  9. MacroCharacter? pdf417MacroCharacters,
  10. bool? pdf417IsLinked,
  11. bool? pdf417IsCode128Emulation,
])

Constructor

Implementation

Pdf417Params(
    [this.pdf417EncodeMode,
    this.pdf417ErrorLevel,
    this.pdf417Truncate,
    this.pdf417Columns,
    this.pdf417Rows,
    this.pdf417AspectRatio,
    this.pdf417ECIEncoding,
    this.pdf417IsReaderInitialization,
    this.pdf417MacroCharacters,
    this.pdf417IsLinked,
    this.pdf417IsCode128Emulation]);