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.

RequireStartStopChars

RequireStartStopChars defines whether the start and stop characters are required when searching for common 1D barcodes. It is defined as below:

Value Type Value Range Default Value Template Structure Type
int [0, 1] 1 FormatSpecification

Remarks

  • 0: start and stop characters are not required.
  • 1: start and stop characters are required.

Setting Methods

RequireStartStopChars can be set via JSON template.

As JSON Parameter

RequireStartStopChars as a JSON parameter is a number value defined as below.

Key Name Key Value
RequireStartStopChars A number from [0, 1]

JSON Example

{
    "RequireStartStopChars": 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: