Barcode
Description
Holds information about 1D barcode: its position, format and text which is encoded.Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| Position | Rectangle2D | Position of the barcode |
| Text | String | Decoded text of the barcode |
| Format | BarcodeFormat | Format of the barcode |
| Polarity | Polarity | Polarity of the barcode (Dark or Bright) |
