Class BarcodeFormatQrCodeConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatQrCodeConfiguration : BarcodeFormatTwoDConfigurationBase
- Inheritance
-
BarcodeFormatQrCodeConfiguration
- Inherited Members
-
Constructors
public BarcodeFormatQrCodeConfiguration()
Properties
public Gs1Handling Gs1Handling { get; set; }
Property Value
- Gs1Handling
public bool MicroQr { get; set; }
Property Value
- bool
public bool Qr { get; set; }
Property Value
- bool
public bool Rmqr { get; set; }
Property Value
- bool
public bool StrictMode { get; set; }
Property Value
- bool
Methods
public static BarcodeFormatQrCodeConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BarcodeFormatQrCodeConfiguration
public static BarcodeFormatQrCodeConfiguration FromNative(BarcodeFormatQrCodeConfiguration source)
Parameters
source
BarcodeFormatQrCodeConfiguration
Returns
- BarcodeFormatQrCodeConfiguration
public static BarcodeFormatQrCodeConfiguration FromNative(SBSDKBarcodeFormatQRCodeConfiguration source)
Parameters
source
SBSDKBarcodeFormatQRCodeConfiguration
Returns
- BarcodeFormatQrCodeConfiguration
public override BarcodeFormatQrCodeConfiguration ToNative()
Returns
- BarcodeFormatQrCodeConfiguration