Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.88 KB

standard-format.md

File metadata and controls

53 lines (39 loc) · 1.88 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content permalink
default-layout
StandardFormat - Dynamsoft Barcode Reader Parameter Reference
This page shows Dynamsoft Barcode Reader Parameter Reference for StandardFormat.
StandardFormat, parameter reference, parameter
true
true
/parameters/reference/standard-format.html

StandardFormat

StandardFormat defines the standard barcode format. It is not set by default.

Value Type Value Range Default Value Template Structure Type
string [BarcodeFormat]({{ site.enumerations }}format-enums.html#barcodeformat) / [BarcodeFormat_2]({{ site.enumerations }}format-enums.html#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]({{ site.enumerations }}format-enums.html#barcodeformat) or [BarcodeFormat_2]({{ site.enumerations }}format-enums.html#barcodeformat_2) Enumeration items.

JSON Example

{
    "StandardFormat": "BF_CODE128"
}

Related Articles

  • [Use RuntimeSettings or Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html)
  • [Configure parameters for a certain barcode format]({{ site.scenario_settings }}format-specification.html)