Need better scanning performance?
EnableQRCodeModel1
Parameter EnableQRCodeModel1 defines whether to read QR code model 1.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── EnableQRCodeModel1
Parent object: BarcodeFormatSpecification object
Example:
{
"EnableQRCodeModel1": 1
}
- This snippet shows only the
EnableQRCodeModel1parameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the EnableQRCodeModel1 is shown as follow:
| EnableQRCodeModel1 Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 0 |
Remarks
- 0: Do not read QR code model 1.
- 1: Read QR code model 1.