BarcodeSymbology

The 1D barcode symbology a BarcodeNode is encoded with.

Every variant renders through the same vertical-bar drawing path; they differ only in how the payload becomes a bar/space module pattern.

Entries

Link copied to clipboard

Code 128 (code sets B/C) — printable ASCII, variable length.

Link copied to clipboard

EAN-13 — 12 digits (check computed) or 13 digits (check verified).

Link copied to clipboard

UPC-A — 11 digits (check computed) or 12 digits (check verified).

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.