Need better scanning performance?
HeadModuleRatio
HeadModuleRatio defines the module count and module size ratio of the barcode head section.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── HeadModuleRatio
Parent object: BarcodeFormatSpecification object
Example:
{
"HeadModuleRatio": "211412"
}
- This snippet shows only the
HeadModuleRatioparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the HeadModuleRatio is shown as follow:
| HeadModuleRatio Parameter Details |
|---|
| Type string |
| Range N/A |
| Default Value “” |
Remarks
- The length of the string indicates the count of the barcode head section.
- The number in the string expresses the ratio relationship between the modules.
Default Settings
If the HeadModuleRatio is not configured in your template file, the following settings will be used as the default settings.
{
"HeadModuleRatio": ""
}