Table of Contents

Class BarcodeFormatCommonTwoDConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

Convenience configuration for enabling the scanning of multiple 2D codes with a common configuration. Add to scanner configuration to enable and configure the scanning of multiple 2D codes.

The given configuration will be applied to all enabled barcode formats, if they support it. You can override the common configuration for individual barcode formats by additionally adding their specific configuration to the scanner's configuration.

public class BarcodeFormatCommonTwoDConfiguration : BarcodeFormatConfigurationBase
Inheritance
BarcodeFormatCommonTwoDConfiguration
Inherited Members

Properties

Formats

List of 2D codes to scan.

public BarcodeFormat[] Formats { get; set; }

Property Value

BarcodeFormat[]

Gs1Handling

GS1 message handling options.

Default is PARSE

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

StrictMode

If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.

Default is true

public bool StrictMode { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatCommonTwoDConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCommonTwoDConfiguration