Class BarcodeScannerConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeScannerConfiguration
- Inheritance
-
BarcodeScannerConfiguration
- Inherited Members
-
Constructors
BarcodeScannerConfiguration()
public BarcodeScannerConfiguration()
Properties
AustraliaPostCustomerFormat
public AustraliaPostCustomerFormat AustraliaPostCustomerFormat { get; set; }
Property Value
- AustraliaPostCustomerFormat
public BarcodeFormat[] BarcodeFormats { get; set; }
Property Value
- BarcodeFormat[]
BarcodesRegexFilter
public string BarcodesRegexFilter { get; set; }
Property Value
- string
Extensions
public UpcEanExtensionBehavior Extensions { get; set; }
Property Value
- UpcEanExtensionBehavior
public BarcodeDocumentFormat[] ExtractedDocumentFormats { get; set; }
Property Value
- BarcodeDocumentFormat[]
Gs1Handling
public Gs1Handling Gs1Handling { get; set; }
Property Value
- Gs1Handling
LowPowerMode
public bool LowPowerMode { get; set; }
Property Value
- bool
MaximumTextLength
public int MaximumTextLength { get; set; }
Property Value
- int
Minimum1DBarcodesQuietZone
public int Minimum1DBarcodesQuietZone { get; set; }
Property Value
- int
MinimumSizeScore
public double MinimumSizeScore { get; set; }
Property Value
- double
MinimumTextLength
public int MinimumTextLength { get; set; }
Property Value
- int
MsiPlesseyChecksumAlgorithm
public MsiPlesseyChecksumAlgorithm MsiPlesseyChecksumAlgorithm { get; set; }
Property Value
- MsiPlesseyChecksumAlgorithm
OnlyAcceptDocuments
public bool OnlyAcceptDocuments { get; set; }
Property Value
- bool
ReturnBarcodeImage
public bool ReturnBarcodeImage { get; set; }
Property Value
- bool
StripCheckDigits
public bool StripCheckDigits { get; set; }
Property Value
- bool
UseCode11Checksum
public bool UseCode11Checksum { get; set; }
Property Value
- bool
UseIATA2OF5Checksum
public bool UseIATA2OF5Checksum { 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(SBSDKUI2BarcodeScannerConfiguration)
public static BarcodeScannerConfiguration FromNative(SBSDKUI2BarcodeScannerConfiguration source)
Parameters
source
SBSDKUI2BarcodeScannerConfiguration
Returns
- BarcodeScannerConfiguration
ToNative()
public BarcodeScannerConfiguration ToNative()
Returns
- BarcodeScannerConfiguration