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

@:value({ errorCorrection : Quartile })new(?code:String, errorCorrection:QRCodeErrorCorrection = Quartile)

Creates a new QRCode object.

Available since

feathersui-barcodes-pack 1.0.0

.

Variables

code:String

Gets or sets the QR code data.

Available since

feathersui-barcodes-pack 1.0.0

.

@:value(Medium)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

.

@:value(Numeric)read onlymode:QRCodeMode = Numeric

Indicates the input character set of the QR code's data.

Available since

feathersui-barcodes-pack 1.0.0

.

@:value(1)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

.