height property

int height
final

The height of the barcode.

height sets how tall the barcode will be when printed. The value ranges from 1 to 255, with 1 being the shortest and 255 the tallest.

Default value is 162.

Implementation

final int height;