Table of Contents

Class BarcodeFormatDataBarConfiguration

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

GS1 DataBar barcode configuration. Add to scanner configuration to scan GS1 DataBar-14, GS1 DataBar-14 Truncated, GS1 DataBar-14 Stacked and GS1 DataBar-14 Stacked Omnidirectional barcodes.

public class BarcodeFormatDataBarConfiguration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatDataBarConfiguration
Inherited Members

Properties

Gs1Handling

GS1 message handling options.

Default is PARSE

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

Methods

FromJson(string)

public static BarcodeFormatDataBarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatDataBarConfiguration