Type alias WriteInputBarcodeFormat

WriteInputBarcodeFormat: Exclude<BarcodeFormat, "DataBar" | "DataBarExpanded" | "DXFilmEdge" | "MaxiCode" | "MicroQRCode" | "rMQRCode" | "None" | "Linear-Codes" | "Matrix-Codes">

Barcode formats that can be used in WriterOptions.format to write barcodes.

Generated using TypeDoc