Class BarcodeFormatCommonFourStateConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Convenience configuration for enabling the scanning of multiple four-state barcode formats with a common configuration. Add to scanner configuration to enable and configure the scanning of multiple four-state codes.
The given configuration will be applied to all enabled barcode formats, if they support it. You can override the common configuration for individual barcode formats by additionally adding their specific configuration to the scanner's configuration.
public class BarcodeFormatCommonFourStateConfiguration : BarcodeFormatConfigurationBase
- Inheritance
-
BarcodeFormatCommonFourStateConfiguration
- Inherited Members
Properties
Formats
List of four-state barcode formats to scan.
public BarcodeFormat[] Formats { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeFormatCommonFourStateConfiguration FromJson(string rawJson)
Parameters
rawJson
string