Table of Contents

Class BarcodeFormatCommonTwoDConfiguration

Namespace
ScanbotSDK.MAUI.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

FromNative(BarcodeFormatCommonTwoDConfiguration)

public static BarcodeFormatCommonTwoDConfiguration FromNative(BarcodeFormatCommonTwoDConfiguration source)

Parameters

source BarcodeFormatCommonTwoDConfiguration

Returns

BarcodeFormatCommonTwoDConfiguration

FromNative(SBSDKBarcodeFormatCommonTwoDConfiguration)

public static BarcodeFormatCommonTwoDConfiguration FromNative(SBSDKBarcodeFormatCommonTwoDConfiguration source)

Parameters

source SBSDKBarcodeFormatCommonTwoDConfiguration

Returns

BarcodeFormatCommonTwoDConfiguration

ToNative()

public override BarcodeFormatCommonTwoDConfiguration ToNative()

Returns

BarcodeFormatCommonTwoDConfiguration