Sets the background color of the qrcode element.
$('#myBarcode').jqxBarcode({backgroundColor: yellow});
Sets whether the qrcode label is visible.
$('#myBarcode').jqxBarcode({displayLabel: true});
Sets the color of the qrcode label.
$('#myBarcode').jqxBarcode({labelColor: red});
Sets the font family of the qrcode label.
$('#myBarcode').jqxBarcode({labelFont: monospace});
Sets the font size of the qrcode label.
$('#myBarcode').jqxBarcode({labelFontSize: 16});
Sets the bottom margin of the qrcode label.
$('#myBarcode').jqxBarcode({labelMarginBottom: 30});
Sets the top margin of the qrcode label.
$('#myBarcode').jqxBarcode({labelMarginTop: 30});
Sets the position of the qrcode label.
$('#myBarcode').jqxBarcode({labelPosition: top});
Sets the color of the qrcode lines.
$('#myBarcode').jqxBarcode({lineColor: red});
Sets the height of the qrcode line.
$('#myBarcode').jqxBarcode({lineHeight: 50});
Sets the width of the qrcode line.
$('#myBarcode').jqxBarcode({lineWidth: 7});
Sets the rendering mode of the qrcode.
$('#myBarcode').jqxBarcode({renderAs: canvas});
Sets the qrcode type
$('#myBarcode').jqxBarcode({type: code128a});
Sets or gets the value of the qrcode.
$('#myBarcode').jqxBarcode({value: example});
This event is triggered when the value of the qrcode is invalid.
Exports the qrcode.
Gets the base64 string of the qrcode
Gets the base64 string of the qrcode
Gets the validity of the qrcode