Table of Contents

Class BarcodeFormatMsiPlesseyConfiguration

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

MSI Plessey barcode configuration. Add to scanner configuration to scan MSI Plessey barcodes.

public class BarcodeFormatMsiPlesseyConfiguration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatMsiPlesseyConfiguration
Inherited Members

Properties

ChecksumAlgorithms

List of MSI Plessey checksum algorithms to apply during scanning. A barcode is considered valid if it passes any of the checksum algorithms in the list. If the list is empty, no checksum validation is performed.

public MsiPlesseyChecksumAlgorithm[] ChecksumAlgorithms { get; set; }

Property Value

MsiPlesseyChecksumAlgorithm[]

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

StripCheckDigits

If true, the check digits are stripped from the result.

Default is false

public bool StripCheckDigits { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatMsiPlesseyConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatMsiPlesseyConfiguration