enum e_MPDFMode

Available encoding formats for Micro-PDF.

Enumerator:
eMPDFPr_Default  =0: Default encoding mode (choose best internal representation). Input data is analyzed and text, numeric or binary compaction mode will be used accordingly (to produce the smallest symbol).
eMPDFPr_EAN128  =1: UCC/EAN-128 Emulation. Transmit ]C1 or ]L3, Use compaction for AI "01" + 14 digits
eMPDFPr_C128Std  =2: Code128 Emulation. Transmit ]C2 or ]L4
eMPDFPr_C128FNC2  =3: Code128 FNC2 Emulation. Code-128 with FNC2 on first position will be emulated
eMPDFPr_EAN128Lk  =4: Linked UCC/EAN-128 emulation.

Transmit ]C1 or ]L3. Indicates that the MicroPDF symbol is linked with a linear symbol (which may be required for a successful scan). Using this mode, the following AI's in the given order can be encoded with better compaction:

  • date (AI 11, 13, 15 or 17) + lot number (AI 10) + other AI's (optional)
  • date (AI 11, 13, 15 or 17) + serial number (AI 21) + other AI's (optional).
  • date (AI 11, 13, 15 or 17) + other AI's (optional) Note: This mode is not used with UCC.EAN Composite Symbology, which uses linked symbols, too
eMPDFPr_05Macro  =5: 05 Macro. The preamble [ ( > RS 0 5 GS preceeds the encoded data.
eMPDFPr_06Macro  =6: 06 Macro. The preamble [ ( > RS 0 6 GS preceeds the encoded data.
eMPDFPr_CCA  =7: CC-A Data Mode. For special applications only: use Base-928 compaction, process input data as Byte array
eMPDFPr_CCB  =8: CC-B Data Mode. For special applications only: use binary compaction (Base-900), prefix symbol data with reserved symbology code word


© 2007 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Nov 27 14:28:01 2007 for TEC-IT TBarCode Library 8.0.0 with doxygen 1.5.3