Class BarcodeFormatCommonTwoDConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatCommonTwoDConfiguration : BarcodeFormatConfigurationBase
- Inheritance
-
BarcodeFormatCommonTwoDConfiguration
- Inherited Members
-
Constructors
public BarcodeFormatCommonTwoDConfiguration()
Properties
public BarcodeFormat[] Formats { get; set; }
Property Value
- BarcodeFormat[]
public Gs1Handling Gs1Handling { get; set; }
Property Value
- Gs1Handling
public bool StrictMode { get; set; }
Property Value
- bool
Methods
public static BarcodeFormatCommonTwoDConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- BarcodeFormatCommonTwoDConfiguration
public static BarcodeFormatCommonTwoDConfiguration FromNative(BarcodeFormatCommonTwoDConfiguration source)
Parameters
source BarcodeFormatCommonTwoDConfiguration
Returns
- BarcodeFormatCommonTwoDConfiguration
public static BarcodeFormatCommonTwoDConfiguration FromNative(SBSDKBarcodeFormatCommonTwoDConfiguration source)
Parameters
source SBSDKBarcodeFormatCommonTwoDConfiguration
Returns
- BarcodeFormatCommonTwoDConfiguration
public override BarcodeFormatCommonTwoDConfiguration ToNative()
Returns
- BarcodeFormatCommonTwoDConfiguration