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