Table of Contents

Class BarcodeFormatMsiPlesseyConfiguration

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

Constructors

BarcodeFormatMsiPlesseyConfiguration()

public BarcodeFormatMsiPlesseyConfiguration()

Properties

ChecksumAlgorithms

public MsiPlesseyChecksumAlgorithm[] ChecksumAlgorithms { get; set; }

Property Value

MsiPlesseyChecksumAlgorithm[]

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

StripCheckDigits

public bool StripCheckDigits { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatMsiPlesseyConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatMsiPlesseyConfiguration