TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_MPDF417_Mode ( t_BarCode pBarCode,
e_MPDFMode  eMode 
)

Sets Micro PDF encoding mode.

This option adjusts how data is encoded as MicroPDF417 and if the scanner should emulate Code-128. In most cases the Default mode is the best choice. Often the scanner hardware does not support all modes listed here - check with your reading device first. If not set explicitly, TBarCode analyzes input data. Text, numeric or binary compaction mode will be switched automatically in order to produce the smallest possible symbol.

See also:
BCGet_MPDF417_Mode()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eModeEncoding mode.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.