Class BarcodeScannerConfiguration
- Namespace
- ScanbotSDK.MAUI.Core.Barcode
- 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
public BarcodeFormatConfigurationBase[] BarcodeFormatConfigurations { get; set; }
Property Value
- BarcodeFormatConfigurationBase[]
EngineMode
public BarcodeScannerEngineMode EngineMode { get; set; }
Property Value
- BarcodeScannerEngineMode
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
ProcessingMode
public ProcessingMode ProcessingMode { get; set; }
Property Value
- ProcessingMode
ReturnBarcodeImage
public bool ReturnBarcodeImage { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static BarcodeScannerConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- BarcodeScannerConfiguration