zero.appdocs

Barcode

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType Type

Properties

PresentationType string required
Barcode format used for encoding data in machine-readable patterns
Allowed Barcode
AutoResize boolean optional
Whether the barcode should automatically resize to fit its content.
Type string required
The Type property specifies the type of barcode to display, with options including 'qrCode', 'dataMatrix', 'code128', 'upcA', 'upcE', 'ean13', 'ean8', 'code39', 'code39Extended', 'code93', and 'codabar'.
Default "qrCode"
Allowed qrCode dataMatrix code128 upcA upcE ean13 ean8 code39 code39Extended code93 codabar
Data string optional
The data encoded in the barcode.
Width number optional
The width of the barcode in pixels.
Default 200
Height number optional
The height of the barcode in pixels.
Default 200