Table of Contents

Class BarcodeFormatItfConfiguration

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

Constructors

BarcodeFormatItfConfiguration()

public BarcodeFormatItfConfiguration()

Properties

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

FromNative(BarcodeFormatItfConfiguration)

public static BarcodeFormatItfConfiguration FromNative(BarcodeFormatItfConfiguration source)

Parameters

source BarcodeFormatItfConfiguration

Returns

BarcodeFormatItfConfiguration

FromNative(SBSDKBarcodeFormatITFConfiguration)

public static BarcodeFormatItfConfiguration FromNative(SBSDKBarcodeFormatITFConfiguration source)

Parameters

source SBSDKBarcodeFormatITFConfiguration

Returns

BarcodeFormatItfConfiguration

ToNative()

public override BarcodeFormatItfConfiguration ToNative()

Returns

BarcodeFormatItfConfiguration