Table of Contents

Class BarcodeFormatCode93Configuration

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

Code 93 barcode configuration. Add to scanner configuration to scan Code 93 barcodes.

public class BarcodeFormatCode93Configuration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatCode93Configuration
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

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 BarcodeFormatCode93Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCode93Configuration