Table of Contents

Class BarcodeFormatDataMatrixConfiguration

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

DataMatrix configuration. Add to scanner configuration to scan DataMatrix and DataMatrix rectangular extensions (DMRE) codes.

public class BarcodeFormatDataMatrixConfiguration : BarcodeFormatTwoDConfigurationBase
Inheritance
BarcodeFormatDataMatrixConfiguration
Inherited Members

Properties

Gs1Handling

GS1 message handling options.

Default is PARSE

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

TwoDDecoderMode

Allows to select the balance between decoding speed and recall in harsh conditions such as barcodes on curved surfaces or partial occlusions.

Default is HIGH_EFFORT

public TwoDDecodingMode TwoDDecoderMode { get; set; }

Property Value

TwoDDecodingMode

Methods

FromJson(string)

public static BarcodeFormatDataMatrixConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatDataMatrixConfiguration