QR Code (sometimes called Quick Response Code). A type of two-dimensional matrix barcode.
Available since
feathersui-barcodes-pack 1.0.0
.See also:
Constructor
new(?code:String, errorCorrection:QRCodeErrorCorrection = Quartile)
Creates a new QRCode
object.
Available since
feathersui-barcodes-pack 1.0.0
.Variables
errorCorrection:QRCodeErrorCorrection = Medium
Indicates the level of error correction to use (which is how much of the data may be restored if damaged or missing).
Available since
feathersui-barcodes-pack 1.0.0
.read onlymode:QRCodeMode = Numeric
Indicates the input character set of the QR code's data.
Available since
feathersui-barcodes-pack 1.0.0
.read onlyversion:Int = 1
Indicates the physical size of the QR code, which equates with the maximum capacity.
Available since
feathersui-barcodes-pack 1.0.0
.