Specifies the Compaction Type to apply for PDF417 symbology.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public enum Pdf417CompactionType
Visual Basic
Public Enumeration Pdf417CompactionType
Visual C++
public enum class Pdf417CompactionType

Members

Member nameValueDescription
Auto0 It switches between Text, Binary and Numeric modes in order to minimize the number of codewords to be encoded.
Binary1 It allows encoding all 256 possible 8-bit byte values. This includes all ASCII characters value from 0 to 127 inclusive and provides for international character set support.
Text2 It allows encoding all printable ASCII characters, i.e. values from 32 to 126 inclusive in accordance with ISO/IEC 646, as well as selected control characters such as TAB (horizontal tab ASCII 9), LF (NL line feed, new line ASCII 10) and CR (carriage return ASCII 13).
Numeric3 It allows encoding numeric data strings.

See Also