TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_QR_Version ( t_BarCode pBarCode,
e_QRVersion  eVersion 
)

Specifies the symbol version (the symbol size).

Specifies the size of the symbol. QR-Code supports a number of different symbol sizes

  • these sizes are called "versions" (see e_QRVersion). If no fixed size is selected TBarCode computes the minimal required size of the symbol automatically.
    See also:
    BCGet_QR_Version()
    Parameters:
    [in]pBarCodePointer to barcode structure.
    [in]eVersionSymbol version (size).
    Return values:
    ERRCODEErrOk (0) in case of success. Non-zero if error occurred.