StandardFormat
StandardFormat
defines the standard barcode format. It is not set by default.
Value Type | Value Range | Default Value | Template Structure Type |
---|---|---|---|
string | BarcodeFormat / BarcodeFormat_2 |
"" |
FormatSpecification |
Setting Methods
StandardFormat
can be set via JSON template.
As JSON Parameter
StandardFormat
as a JSON parameter is a string value defined as below.
Key Name | Key Value |
---|---|
StandardFormat | a string value from one of the BarcodeFormat or BarcodeFormat_2 Enumeration items. |
JSON Example
{
"StandardFormat": "BF_CODE128"
}