pdf417AutoEci property

bool pdf417AutoEci
final

Specifies whether to automatically insert ECIs when encoding PDF417 (type bool).

Implementation

//  Please note that in that case, the most compact character encoding is chosen for characters in
//  the input that are not in the ISO-8859-1 character set. Based on experience, some scanners do not
//  support encodings like cp-1256 (Arabic). In such cases the encoding can be forced to UTF-8 by
//  means of the [CHARACTER_SET] encoding hint.
final bool pdf417AutoEci;