Table of Contents

Class BarcodeFormatDataBarConfiguration

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

Constructors

BarcodeFormatDataBarConfiguration()

public BarcodeFormatDataBarConfiguration()

Properties

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

Methods

FromJson(string)

public static BarcodeFormatDataBarConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatDataBarConfiguration

FromNative(BarcodeFormatDataBarConfiguration)

public static BarcodeFormatDataBarConfiguration FromNative(BarcodeFormatDataBarConfiguration source)

Parameters

source BarcodeFormatDataBarConfiguration

Returns

BarcodeFormatDataBarConfiguration

FromNative(SBSDKBarcodeFormatDataBarConfiguration)

public static BarcodeFormatDataBarConfiguration FromNative(SBSDKBarcodeFormatDataBarConfiguration source)

Parameters

source SBSDKBarcodeFormatDataBarConfiguration

Returns

BarcodeFormatDataBarConfiguration

ToNative()

public override BarcodeFormatDataBarConfiguration ToNative()

Returns

BarcodeFormatDataBarConfiguration