Table of Contents

Class BarcodeFormatQrCodeConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormatQrCodeConfiguration : BarcodeFormatTwoDConfigurationBase
Inheritance
BarcodeFormatQrCodeConfiguration
Inherited Members

Constructors

BarcodeFormatQrCodeConfiguration()

public BarcodeFormatQrCodeConfiguration()

Properties

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

MicroQr

public bool MicroQr { get; set; }

Property Value

bool

Qr

public bool Qr { get; set; }

Property Value

bool

Rmqr

public bool Rmqr { get; set; }

Property Value

bool

StrictMode

public bool StrictMode { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatQrCodeConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatQrCodeConfiguration

FromNative(BarcodeFormatQrCodeConfiguration)

public static BarcodeFormatQrCodeConfiguration FromNative(BarcodeFormatQrCodeConfiguration source)

Parameters

source BarcodeFormatQrCodeConfiguration

Returns

BarcodeFormatQrCodeConfiguration

FromNative(SBSDKBarcodeFormatQRCodeConfiguration)

public static BarcodeFormatQrCodeConfiguration FromNative(SBSDKBarcodeFormatQRCodeConfiguration source)

Parameters

source SBSDKBarcodeFormatQRCodeConfiguration

Returns

BarcodeFormatQrCodeConfiguration

ToNative()

public override BarcodeFormatQrCodeConfiguration ToNative()

Returns

BarcodeFormatQrCodeConfiguration