ReturnPartialBarcodeValue
ReturnPartialBarcodeValue defines whether to return partial barcode value(s). It is defined as below:
| Value Type | Value Range | Default Value | Template Structure Type |
|---|---|---|---|
| int | [0, 1] | 1 | FormatSpecification |
Remarks
- 0: do not return partial barcode value(s).
- 1: return partial barcode value(s).
Setting Methods
ReturnPartialBarcodeValue can be set via JSON template.
As JSON Parameter
ReturnPartialBarcodeValue as a JSON parameter is a number value defined as below.
| Key Name | Key Value |
|---|---|
| ReturnPartialBarcodeValue | A number from [0, 1] |
JSON Example
{
"ReturnPartialBarcodeValue": 1
}