generateBarcode

Description

Creates a machine-readable code in the form of numbers and a pattern of parallel lines of varying widths.

Input / Parameter

Output

Callback

N/A

Video

Coming Soon.

Example

The user wants to generate a barcode.

Step

  1. Call the function "setComponentValue" and set the value for component. component: imgQR

  2. Call the function "generateBarcode" and set the value for barcode. height : 200 width : 200 value : aaa

  3. Add a console for display the response from console.

Result

Last updated