Variable CREATABLE_BARCODE_FORMATSConst
CREATABLE_BARCODE_FORMATS: (
| "Codabar"
| "Code39"
| "Code39Std"
| "Code39Ext"
| "Code32"
| "PZN"
| "Code93"
| "Code128"
| "ITF"
| "ITF14"
| "DataBar"
| "DataBarOmni"
| "DataBarStk"
| "DataBarStkOmni"
| "DataBarLtd"
| "DataBarExp"
| "DataBarExpStk"
| "EANUPC"
| "EAN13"
| "EAN8"
| "EAN5"
| "EAN2"
| "ISBN"
| "UPCA"
| "UPCE"
| "DXFilmEdge"
| "PDF417"
| "CompactPDF417"
| "MicroPDF417"
| "Aztec"
| "AztecCode"
| "AztecRune"
| "QRCode"
| "QRCodeModel2"
| "MicroQRCode"
| "RMQRCode"
| "DataMatrix"
| "MaxiCode"
)[] = ...
Array of barcode formats that can be created by the writer. Formats are creatable if they have the 'w' flag or a non-zero Zint ID.