size property

int size
final

The size of the barcode.

size determines the thickness of the bars in the barcode. The value ranges from 1 to 16, where 1 is the thinnest and 16 is the thickest.

Default value is 4.

Implementation

final int size;