qrcodeSize property

int qrcodeSize
final

The size of the QR code.

qrcodeSize determines how large the QR code will be when printed. The size can range from 1 to 16, where 1 is the smallest and 16 is the largest.

Default value is 4.

Implementation

final int qrcodeSize;