Table of Contents

Class BarcodeFormatDataBarExpandedConfiguration

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

GS1 DataBar Expanded barcode configuration. Add to scanner configuration to scan GS1 DataBar Expanded and GS1 DataBar Expanded Stacked barcodes.

public class BarcodeFormatDataBarExpandedConfiguration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatDataBarExpandedConfiguration
Inherited Members

Properties

Gs1Handling

GS1 message handling options.

Default is PARSE

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

Methods

FromJson(string)

public static BarcodeFormatDataBarExpandedConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatDataBarExpandedConfiguration