Table of Contents

Class BarcodeFormatAztecConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormatAztecConfiguration : BarcodeFormatTwoDConfigurationBase
Inheritance
BarcodeFormatAztecConfiguration
Inherited Members

Constructors

BarcodeFormatAztecConfiguration()

public BarcodeFormatAztecConfiguration()

Properties

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

Methods

FromJson(string)

public static BarcodeFormatAztecConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatAztecConfiguration

FromNative(BarcodeFormatAztecConfiguration)

public static BarcodeFormatAztecConfiguration FromNative(BarcodeFormatAztecConfiguration source)

Parameters

source BarcodeFormatAztecConfiguration

Returns

BarcodeFormatAztecConfiguration

FromNative(SBSDKBarcodeFormatAztecConfiguration)

public static BarcodeFormatAztecConfiguration FromNative(SBSDKBarcodeFormatAztecConfiguration source)

Parameters

source SBSDKBarcodeFormatAztecConfiguration

Returns

BarcodeFormatAztecConfiguration

ToNative()

public override BarcodeFormatAztecConfiguration ToNative()

Returns

BarcodeFormatAztecConfiguration