CompactionType Enumeration
             | 
          
        
         
            Specifies the Compaction Type to apply for PDF417 symbology.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode.Enumerations
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic enum CompactionType
Public Enumeration CompactionType
public enum class CompactionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Auto | 0 | 
            Switch between text, binary and numeric modes in order to minimize the number of codewords to be encoded.
             | 
 | Binary | 1 | 
            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.
             | 
 | Text | 2 | 
            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).
             | 
 | Numeric | 3 | 
            It allows encoding numeric data strings.
             | 
See Also