Table of Contents

Class BarcodeScannerConfiguration

Namespace
ScanbotSDK.MAUI.Barcode.Core
Assembly
ScanbotSDK.Shared.dll
public class BarcodeScannerConfiguration
Inheritance
BarcodeScannerConfiguration
Inherited Members

Constructors

BarcodeScannerConfiguration()

public BarcodeScannerConfiguration()

Properties

AccumulationConfig

public BarcodeAccumulationConfiguration AccumulationConfig { get; set; }

Property Value

BarcodeAccumulationConfiguration

BarcodeFormatConfigurations

public BarcodeFormatConfigurationBase[] BarcodeFormatConfigurations { get; set; }

Property Value

BarcodeFormatConfigurationBase[]

EngineMode

public BarcodeScannerEngineMode EngineMode { get; set; }

Property Value

BarcodeScannerEngineMode

ExtractedDocumentFormats

public BarcodeDocumentFormat[] ExtractedDocumentFormats { get; set; }

Property Value

BarcodeDocumentFormat[]

OnlyAcceptDocuments

public bool OnlyAcceptDocuments { get; set; }

Property Value

bool

OptimizedForOverlays

public bool OptimizedForOverlays { get; set; }

Property Value

bool

ReturnBarcodeImage

public bool ReturnBarcodeImage { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeScannerConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeScannerConfiguration

FromNative(BarcodeScannerConfiguration)

public static BarcodeScannerConfiguration FromNative(BarcodeScannerConfiguration source)

Parameters

source BarcodeScannerConfiguration

Returns

BarcodeScannerConfiguration

FromNative(SBSDKBarcodeScannerConfiguration)

public static BarcodeScannerConfiguration FromNative(SBSDKBarcodeScannerConfiguration source)

Parameters

source SBSDKBarcodeScannerConfiguration

Returns

BarcodeScannerConfiguration

ToNative()

public BarcodeScannerConfiguration ToNative()

Returns

BarcodeScannerConfiguration