Table of Contents

Class TwoDDecodingMode

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/TwoDDecodingMode", DoNotGenerateAcw = true)]
public sealed class TwoDDecodingMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
TwoDDecodingMode
Implements
Inherited Members

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

HighEffort

[Register("HIGH_EFFORT")]
public static TwoDDecodingMode HighEffort { get; }

Property Value

TwoDDecodingMode

LowEffort

[Register("LOW_EFFORT")]
public static TwoDDecodingMode LowEffort { get; }

Property Value

TwoDDecodingMode

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/TwoDDecodingMode;", "")]
public static TwoDDecodingMode FromJson(string json)

Parameters

json string

Returns

TwoDDecodingMode

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/TwoDDecodingMode;", "")]
public static TwoDDecodingMode ValueOf(string value)

Parameters

value string

Returns

TwoDDecodingMode

Values()

[Register("values", "()[Lio/scanbot/sdk/barcode/TwoDDecodingMode;", "")]
public static TwoDDecodingMode[] Values()

Returns

TwoDDecodingMode[]