TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_MPDF417_Version ( t_BarCode pBarCode,
e_MPDFVers  eVersion 
)

Sets Micro PDF Version (symbol size).

The MicroPDF Version adjusts the number of data-columns and data-rows of the symbol; therefore it specifies the size of the symbol. You can specify versions between 1x11 to 4x44 (horizontal data-columns x vertical data-rows). If not set explicitly, TBarCode generates the smallest possible symbol by analyzing the input data and choosing the suitable version automatically.

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