Gets or sets the encoding mode of the PDF417 barcode.
Property Data Type
short
Remarks
This parameter can be one of the following values:
•0: Binary mode to encode the characters with the ASCII value between 0 and 255.
•1: Text mode to encode the printable characters with the ASCII value between 32 and 126, TAB character (ASCII value 9), LF character (ASCII value 10) and CR character (ASCII value 13).
•2: Auto mode to achieve maximum encoding capacity.