BCMicroQRCode Function

Navigation:  Reference Guide >

BCMicroQRCode Function

Previous pageReturn to chapter overviewNext page

Specifies the version and error correction level for 2D Micro QRCode barcode.

void BCMicroQRcode(WORD version, WORD level);

Parameters

version

Specifies the version of Micro QRCode, this parameter can be one of the following values:

Value

Description

1

Version M1 with the size 11 X 11

2

Version M2 with the size 13 X 13

3

Version M3 with the size 15 X 15

4

Version M4 with the size 17 X 17

 

level

Specifies the error correction level of Micro QRCode, this parameter can be one of the following values:

Value

Description

1

L (applicable to version M2, M3 and M4)

2

M (applicable to version M2, M3 and M4)

3

Q (applicable to version M4 only)