qrencode

 

QR code generator based on libqrencode.

miyako/4d-plugin-qrencode-v2

barcode:=qrcode (inData;inParams)
Parameter
Type
Description
inData
TEXT
inParams
OBJECT
barcode
OBJECT
barcodes:=qrcode array (inData;inParams)
Parameter
Type
Description
inData
TEXT
inParams
OBJECT
barcodes
COLLECTION

QR Encode Mode

Property Type Description
QR Mode Unicode LONGINT 0
QR Mode Kanji LONGINT 1
QR Mode Micro LONGINT 2
QR Mode Swiss LONGINT 4

QR Error Correction Level

Property Type Description
QR Correction Level L LONGINT 0
QR Correction Level M LONGINT 1
QR Correction Level Q LONGINT 2
QR Correction Level H LONGINT 3

QR Export Type

Property Type Description
QR Format SVG LONGINT 1
QR Format PNG LONGINT 2