Sets the background color of the QR Code element.
$('#myQRcode').jqxQRcode({backgroundColor: yellow});
Sets whether the QR Code label is visible.
$('#myQRcode').jqxQRcode({displayLabel: true});
Sets an embedded image.
$('#myQRcode').jqxQRcode({embedImage: L});
Sets the error correction level.
$('#myQRcode').jqxQRcode({errorLevel: L});
Sets the height of the embedded image.
$('#myQRcode').jqxQRcode({imageHeight: 30});
Sets the width of the embedded image.
$('#myQRcode').jqxQRcode({imageWidth: 30});
Sets the color of the QR Code label.
$('#myQRcode').jqxQRcode({labelColor: red});
Sets the font family of the QR Code label.
$('#myQRcode').jqxQRcode({labelFont: monospace});
Sets the font size of the QR Code label.
$('#myQRcode').jqxQRcode({labelFontSize: 16});
Sets the bottom margin of the QR Code label.
$('#myQRcode').jqxQRcode({labelMarginBottom: 16});
Sets the top margin of the QR Code label.
$('#myQRcode').jqxQRcode({labelMarginTop: 16});
Sets the position of the QR Code label.
$('#myQRcode').jqxQRcode({labelPosition: bottom});
Sets the color of the QR Code lines.
$('#myQRcode').jqxQRcode({lineColor: black});
Sets the width of the QR Code square.
$('#myQRcode').jqxQRcode({squareWidth: 9});
Sets the rendering mode of the QR Code.
$('#myQRcode').jqxQRcode({renderAs: svg});
Sets or gets the value of the QR Code.
$('#myQRcode').jqxQRcode({value: example});
This event is triggered when the value of the QR Code is invalid.
Exports the QR Code.
Gets the base64 string of the QR Code
Gets the base64 string of the QR Code
Gets the validity of the QR Code