Table of Contents

Class BarcodeFormatCodabarConfiguration

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

Codabar barcode configuration. Add to scanner configuration to scan Codabar barcodes.

public class BarcodeFormatCodabarConfiguration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatCodabarConfiguration
Inherited Members

Properties

MaximumTextLength

Maximum text length. 0 implies no maximum. Applied only to linear barcode formats that allow variable length.

Default is 0

public int MaximumTextLength { get; set; }

Property Value

int

MinimumTextLength

Minimum text length. Applied only to linear barcode formats that allow variable length.

Default is 1

public int MinimumTextLength { get; set; }

Property Value

int

ReturnStartEnd

If true, return the start and end characters.

Default is false

public bool ReturnStartEnd { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatCodabarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCodabarConfiguration