Pdf417Params constructor
Pdf417Params([
- Pdf417EncodeMode? pdf417EncodeMode,
- Pdf417ErrorLevel? pdf417ErrorLevel,
- bool? pdf417Truncate,
- int? pdf417Columns,
- int? pdf417Rows,
- double? pdf417AspectRatio,
- ECIEncodings? pdf417ECIEncoding,
- bool? pdf417IsReaderInitialization,
- MacroCharacter? pdf417MacroCharacters,
- bool? pdf417IsLinked,
- 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]);