Barcode¶
The Barcode widget generates a barcode image representing a given text string.
XML Fields¶
XPathidentifies the value to encode. Barcode reads this value and does not modify it.Formatselects the barcode symbology. Choose a format that is valid for the expected value and the target scanner.Widthsets the width of one bar in pixels, andHeightsets the image height in pixels.ShowValuedisplays the encoded text beneath the image when set totrue.Hintsprovides help text andRulescontains conditional form behavior.
Read-Only Nature¶
The Barcode widget is read-only. The string value to be encoded into the barcode is set during process definition and cannot be changed by the user.
Customization¶
Width: Specifies the width of a single bar in pixels. Defaults to 4 pixels.Height: Specifies the height of the barcode image in pixels. Defaults to 50 pixels.ShowValue: When set totrue, displays the encoded text string below the barcode image. Defaults tofalse.
Supported Barcode Formats¶
The Barcode widget supports the following barcode symbologies:
- CODE128
- CODE39
- EAN13
- UPC
- EAN8
- EAN5
- EAN2
- ITF14
- PHARMACODE
- CODABAR
Example¶
1 2 3 4 | |