Table of Contents

Class BarcodeFormatCode11Configuration

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

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

public class BarcodeFormatCode11Configuration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatCode11Configuration
Inherited Members

Properties

Checksum

If true, return CODE_11 barcodes only if they have a valid checksum.

Default is true

public bool Checksum { get; set; }

Property Value

bool

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

Parameters

rawJson string

Returns

BarcodeFormatCode11Configuration