Table of Contents

Class BarcodeFormatQrCodeConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

QR Code configuration. Add to scanner configuration to scan QR codes, Micro QR codes and rectangular Micro QR (rMQR) codes.

public class BarcodeFormatQrCodeConfiguration : BarcodeFormatTwoDConfigurationBase
Inheritance
BarcodeFormatQrCodeConfiguration
Inherited Members

Properties

Gs1Handling

GS1 message handling options.

Default is PARSE

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

MicroQr

If true, scan and return Micro QR codes.

Default is false

public bool MicroQr { get; set; }

Property Value

bool

Qr

If true, scan and return QR codes.

Default is true

public bool Qr { get; set; }

Property Value

bool

Rmqr

If true, scan and return rectangular Micro QR (rMQR) codes.

Default is false

public bool Rmqr { get; set; }

Property Value

bool

StrictMode

If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.

Default is true

public bool StrictMode { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatQrCodeConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatQrCodeConfiguration