Table of Contents

Class BarcodeFormatCodabarConfiguration

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

Constructors

BarcodeFormatCodabarConfiguration()

public BarcodeFormatCodabarConfiguration()

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

ReturnStartEnd

public bool ReturnStartEnd { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatCodabarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCodabarConfiguration