| Name | Value |
|---|---|
| extends | org.lucee.cfml.Component |
Components
Component ZXing
No description/hint foundFunctions
_generateBitMatrix
_getBarcodeFormat
_getErrorCorrectionLevel
_getMatrixToImageWriter
_getWriter
getConfig
init
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | |
| width | numeric | true | |
| height | numeric | true |
readBinary
setData
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| data | string | true | content of Barcode or QRCode |
setFormat
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| format | string | true | like PNG/JPEG |
setQuality
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| quality | string | true | L/M/Q/H |
setSize
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| width | numeric | true | in Pixel |
| height | numeric | true | in Pixel |
setType
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | like CODE_128 |
writeToFile
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.| Name | Type | Required | Description |
|---|---|---|---|
| fileName | string | true | |
| path | string | false |