Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
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
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | -1 | (-1) Library will choose best compaction mode (aim is to produce shortest encoded byte string). | |
| Binary | 0 | (0) Binary compaction mode. Can encode any ASCII symbol. | |
| Text | 1 | (1) Text compaction mode (allows optimized text encoding) | |
| Numeric | 2 | (2) Numeric compaction mode (allows optimized encoding of numbers) |
See Also