TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_Aztec_ErrorCorrection ( t_BarCode pBarCode,
LONG  nErrorCorrection 
)

Sets the number of error correction codewords in percent (from 0 to 95) of the symbol size.

Note:
By default the error correction level is 23%.
3 additional check words are added for error detection.
See also:
BCGet_Aztec_ErrorCorrection()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nErrorCorrectionlevel of error correction in percent (default is 23).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.