Table of Contents

Class BarcodeFormatMsiPlesseyConfiguration

Namespace
ScanbotSDK.MAUI.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[]

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

FromNative(BarcodeFormatMsiPlesseyConfiguration)

public static BarcodeFormatMsiPlesseyConfiguration FromNative(BarcodeFormatMsiPlesseyConfiguration source)

Parameters

source BarcodeFormatMsiPlesseyConfiguration

Returns

BarcodeFormatMsiPlesseyConfiguration

FromNative(SBSDKBarcodeFormatMSIPlesseyConfiguration)

public static BarcodeFormatMsiPlesseyConfiguration FromNative(SBSDKBarcodeFormatMSIPlesseyConfiguration source)

Parameters

source SBSDKBarcodeFormatMSIPlesseyConfiguration

Returns

BarcodeFormatMsiPlesseyConfiguration

ToNative()

public override BarcodeFormatMsiPlesseyConfiguration ToNative()

Returns

BarcodeFormatMsiPlesseyConfiguration