MicroPDF417AsCode128EmulationCodeword Enumeration
In This Topic
Specifies available Micro PDF417 function codewords for Code 128 emulation.
Syntax
'Declaration
Public Enum MicroPDF417AsCode128EmulationCodeword
Inherits System.Enum
public enum MicroPDF417AsCode128EmulationCodeword : System.Enum
__value public enum MicroPDF417AsCode128EmulationCodeword : public System.Enum
public enum class MicroPDF417AsCode128EmulationCodeword : public System.Enum
Members
| Member | Description |
| Codeword903 | UCC/EAN-128 emulation: transmit ]C1 or ]L3, implied latch to text compaction mode. |
| Codeword904 | UCC/EAN-128 emulation: transmit ]C1 or ]L3, implied latch to numeric compaction mode. |
| Codeword905 | UCC/EAN-128 emulation: transmit ]C1 or ]L3, implied latch to text compaction mode, followed by implied "01" AI and 14-digit expansion of first 13 digits. |
| Codeword906 | "Linked" UCC/EAN-128: transmit ]C1 or ]L3, implied latch to text compaction mode. |
| Codeword907 | "Linked" UCC/EAN-128: transmit ]C1 or ]L3, implied latch to numeric compaction mode. |
| Codeword908 | Code 128 emulation: transmit ]C2 or ]L4, implied latch to text compaction mode. |
| Codeword909 | Code 128 emulation: transmit ]C2 or ]L4, implied latch to numeric compaction mode. |
| Codeword910 | Code 128 emulation: transmit ]C0 or ]L5, implied latch to text compaction mode. |
| Codeword911 | Code 128 emulation: transmit ]C0 or ]L5, implied latch to numeric compaction mode. |
| Codeword912 | "Linked" UCC/EAN-128, with leading date field: transmit ]C1 or ]L3, implied latch to numeric compaction mode, specially encoded date field. |
| Codeword914 | "Linked" UCC/EAN-128, with lot number: transmit ]C1 or ]L3, implied latch to numeric compaction mode, followed by implied "10" AI. |
| Codeword915 | "Linked" UCC/EAN-128, with serial number: transmit ]C1 or ]L3, implied latch to numeric compaction mode, followed by implied "21" AI. |
Remarks
Refer to the ISO/IEC 24728 specification for information about codewords for Code 128 emulation (5.4.1.5).
Inheritance Hierarchy
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Barcode.BarcodeInfo.MicroPDF417AsCode128EmulationCodeword
Requirements
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
See Also