MinRatioOfBarcodeZoneWidthToHeight
MinRatioOfBarcodeZoneWidthToHeight defines the minimum ratio (width/height as a percentage) of the barcode zone. It is defined as below:
| Value Type | Value Range | Default Value | Template Structure Type |
|---|---|---|---|
| int | [0, 10000] | 0 | FormatSpecification |
Remarks
- 0: means no limitation.
Setting Methods
MinRatioOfBarcodeZoneWidthToHeight can be set via JSON template.
As JSON Parameter
MinRatioOfBarcodeZoneWidthToHeight as a JSON parameter is a number value defined as below.
| Key Name | Key Value |
|---|---|
| MinRatioOfBarcodeZoneWidthToHeight | A number from [0, 10000] |
JSON Example
{
"MinRatioOfBarcodeZoneWidthToHeight": 100
}