Table of Contents

Class BarcodeFormatPharmaCodeConfiguration

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

Constructors

BarcodeFormatPharmaCodeConfiguration()

public BarcodeFormatPharmaCodeConfiguration()

Properties

AllowNarrowBarsOnly

public bool AllowNarrowBarsOnly { get; set; }

Property Value

bool

AllowWideBarsOnly

public bool AllowWideBarsOnly { get; set; }

Property Value

bool

MinimumValue

public int MinimumValue { get; set; }

Property Value

int

Methods

FromJson(string)

public static BarcodeFormatPharmaCodeConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatPharmaCodeConfiguration

FromNative(BarcodeFormatPharmaCodeConfiguration)

public static BarcodeFormatPharmaCodeConfiguration FromNative(BarcodeFormatPharmaCodeConfiguration source)

Parameters

source BarcodeFormatPharmaCodeConfiguration

Returns

BarcodeFormatPharmaCodeConfiguration

FromNative(SBSDKBarcodeFormatPharmaCodeConfiguration)

public static BarcodeFormatPharmaCodeConfiguration FromNative(SBSDKBarcodeFormatPharmaCodeConfiguration source)

Parameters

source SBSDKBarcodeFormatPharmaCodeConfiguration

Returns

BarcodeFormatPharmaCodeConfiguration

ToNative()

public override BarcodeFormatPharmaCodeConfiguration ToNative()

Returns

BarcodeFormatPharmaCodeConfiguration