Table of Contents

Class BarcodeFormatQrCodeConfiguration

Namespace
ScanbotSDK.MAUI.Core.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