Table of Contents

Class BarcodeFormatItfConfiguration

Namespace
ScanbotSDK.MAUI.Core.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormatItfConfiguration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatItfConfiguration
Inherited Members

Constructors

BarcodeFormatItfConfiguration()

public BarcodeFormatItfConfiguration()

Properties

EnableOneDBlurScanner

public bool EnableOneDBlurScanner { get; set; }

Property Value

bool

MaximumTextLength

public int MaximumTextLength { get; set; }

Property Value

int

MinimumTextLength

public int MinimumTextLength { get; set; }

Property Value

int

Methods

FromJson(string)

public static BarcodeFormatItfConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatItfConfiguration