Link Search Menu Expand Document

PDF417CompactionMode Enumeration

Describes all possible compaction (encoding) modes for PDF417 symbology.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public enum PDF417CompactionMode
Members
Member nameValueDescription
Auto-1 (-1) Library will choose best compaction mode (aim is to produce shortest encoded byte string).
Binary0 (0) Binary compaction mode. Can encode any ASCII symbol.
Text1 (1) Text compaction mode (allows optimized text encoding)
Numeric2 (2) Numeric compaction mode (allows optimized encoding of numbers)
See Also

Reference