List of all accepted types by barcode.img.
1 barcode.types
<barcode.types />
Returns | |
---|---|
Type | Description |
List | Returns in a list the barcode types. |
Example
List of all the accepted types by barcode.img:
Copy
<xsql-script name='barcode_types'> <body> <println><barcode.types /></println> </body> </xsql-script>