Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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"
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: