Table of Contents

Class BarcodeFormatCode11Configuration

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

Constructors

BarcodeFormatCode11Configuration()

public BarcodeFormatCode11Configuration()

Properties

Checksum

public bool Checksum { 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 BarcodeFormatCode11Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCode11Configuration