Table of Contents

Class BarcodeFormatCode128Configuration

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

Constructors

BarcodeFormatCode128Configuration()

public BarcodeFormatCode128Configuration()

Properties

EnableOneDBlurScanner

public bool EnableOneDBlurScanner { get; set; }

Property Value

bool

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

MaximumTextLength

public int MaximumTextLength { get; set; }

Property Value

int

MinimumTextLength

public int MinimumTextLength { get; set; }

Property Value

int

Methods

FromJson(string)

public static BarcodeFormatCode128Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCode128Configuration