Table of Contents

Class BarcodeFormatCode128Configuration

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

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

public class BarcodeFormatCode128Configuration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatCode128Configuration
Inherited Members

Properties

Gs1Handling

GS1 message handling options.

Default is PARSE

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

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

Methods

FromJson(string)

public static BarcodeFormatCode128Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCode128Configuration