textPos property

SunmiBarcodeTextPos textPos
final

The position of the text relative to the barcode.

textPos determines where, if at all, the human-readable text associated with the barcode will appear. It uses the SunmiBarcodeTextPos enum:

  • NO_TEXT: No text will be displayed.
  • TEXT_ABOVE: Text will appear above the barcode.
  • TEXT_BELOW: Text will appear below the barcode.

Default value is SunmiBarcodeTextPos.NO_TEXT.

Implementation

final SunmiBarcodeTextPos textPos;