class BarcodesMaker
Parents | |
object |
Brief
Provides methods for creating barcodes and QR codes.
Static Public Methods | |
Generates a barcode image from the input data and returns the image as an array of bytes. |
|
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. |
|
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. |
|
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. |
|
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. |