class BarcodesMaker

Parents
object

Brief

Provides methods for creating barcodes and QR codes.

Static Public Methods

GetBarcode

Generates a barcode image from the input data and returns the image as an array of bytes.

GetQRCode

Generates a QR code with specified error correction level, version, and pixel scaling from the input data and returns the QR code image as an array of bytes.

GetQRCode

Generates a QR code with specified error correction level, version, pixel scaling, color, background color, and quiet zone from the input data and returns the QR code image as an array of bytes.

GetQRCode

Generates a QR code with the automatically defined version and specified error correction level, pixel scaling, color, background color, and quiet zone from the input data and returns the QR code image as an array of bytes.

GetQRCode

Generates a QR code with the automatically defined version and specified error correction level and pixel scaling from the input data and returns the QR code image as an array of bytes.

back