Table of Contents

Class BarcodeFormatCommonTwoDConfiguration

Namespace
ScanbotSDK.MAUI.Core.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormatCommonTwoDConfiguration : BarcodeFormatConfigurationBase
Inheritance
BarcodeFormatCommonTwoDConfiguration
Inherited Members

Constructors

BarcodeFormatCommonTwoDConfiguration()

public BarcodeFormatCommonTwoDConfiguration()

Properties

Formats

public BarcodeFormat[] Formats { get; set; }

Property Value

BarcodeFormat[]

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

StrictMode

public bool StrictMode { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatCommonTwoDConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCommonTwoDConfiguration