Table of Contents

Class BarcodeFormatCode93Configuration

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

Constructors

BarcodeFormatCode93Configuration()

public BarcodeFormatCode93Configuration()

Properties

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

Parameters

rawJson string

Returns

BarcodeFormatCode93Configuration