TBarCode Library 11  TBarCode Library 11
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/GS1 128 Emulation. Transmit ]C1 or ]L3, Use compaction for AI "01" + 14 digits

eMPDFPr_C128Std 

=2: Code128 Emulation. Transmit ]C0 or ]L5

eMPDFPr_C128FNC2 

=3: Code128 Emulation with FNC1 on second position. Transmit ]C2 or ]L4

eMPDFPr_EAN128Lk 

=4: Linked UCC/EAN/GS1 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 AIs in the given order can be encoded with better compaction:

  • date (AI 11, 13, 15 or 17) + lot number (AI 10) + other AIs (optional)
  • date (AI 11, 13, 15 or 17) + serial number (AI 21) + other AIs (optional).
  • date (AI 11, 13, 15 or 17) + other AIs (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 precedes the encoded data. The postamble RS EOT follows the encoded data.

eMPDFPr_06Macro 

=6: 06 Macro. The preamble [ ( > RS 0 6 GS precedes the encoded data. The postamble RS EOT follows 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

eMPDFPr_Binary 

=9: Binary Encoding (faster if binary data is to be encoded). Encoding will be in binary mode without further data analysis.