Generates a QRCode image.
1 barcode.qrcode
<barcode.qrcode
type='type'
size='size'
>
<code /> +
</barcode.qrcode>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Atype | string | jpg | Type of the generated QR code. | ||
Asize | int | 125 | Size of the generated QR code. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ecode | String | The content to cofify in the qr code. |
Returns | |
---|---|
Type | Description |
byte[] | Returns a byte with the image of the generated QR code. |
Example
Copy
<xsql-script name='barcode_qrcode_sampe1'> <body> <println> <barcode.qrcode>D01PC-117</barcode.qrcode> </println> </body> </xsql-script>