Need better scanning performance?
BarcodeFormatIds
Parameter BarcodeFormatIds defines the formats of the barcode to process. You can specify multiple barcode formats at one time. View enumeration BarcodeFormats for all supported barcode formats.
Example
{
"BarcodeFormatIds": ["BF_ONED", "BF_DATAMATRIX"]
}
Parameter Summary
| BarcodeFormatIds Parameter Summary |
|---|
| Type String[] |
| Range Each member of the array should be one of the BarcodeFormat enumeration member as a string. |
| Default Value [ “BF_DEFAULT” ] |