Class BarcodeFormatCode93Configuration
- Namespace
- ScanbotSDK.MAUI.Core.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatCode93Configuration : BarcodeFormatOneDConfigurationBase
- Inheritance
-
BarcodeFormatCode93Configuration
- Inherited Members
Constructors
BarcodeFormatCode93Configuration()
public BarcodeFormatCode93Configuration()
Properties
EnableOneDBlurScanner
public bool EnableOneDBlurScanner { get; set; }
Property Value
MaximumTextLength
public int MaximumTextLength { get; set; }
Property Value
MinimumTextLength
public int MinimumTextLength { get; set; }
Property Value
StripCheckDigits
public bool StripCheckDigits { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeFormatCode93Configuration FromJson(string rawJson)
Parameters
rawJsonstring