Class BarcodeScannerEngineMode
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeScannerEngineMode : Enum
- Inheritance
-
BarcodeScannerEngineMode
Properties
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Legacy
public static BarcodeScannerEngineMode Legacy { get; }
Property Value
- BarcodeScannerEngineMode
NextGen
public static BarcodeScannerEngineMode NextGen { get; }
Property Value
- BarcodeScannerEngineMode
NextGenFarDistance
public static BarcodeScannerEngineMode NextGenFarDistance { get; }
Property Value
- BarcodeScannerEngineMode
NextGenLowPower
public static BarcodeScannerEngineMode NextGenLowPower { get; }
Property Value
- BarcodeScannerEngineMode
NextGenLowPowerFarDistance
public static BarcodeScannerEngineMode NextGenLowPowerFarDistance { get; }
Property Value
- BarcodeScannerEngineMode
Methods
FromJson(string)
public static BarcodeScannerEngineMode FromJson(string json)
Parameters
json
string
Returns
- BarcodeScannerEngineMode
ToJson()
Returns
- string
ValueOf(string)
public static BarcodeScannerEngineMode ValueOf(string value)
Parameters
value
string
Returns
- BarcodeScannerEngineMode
Values()
public static BarcodeScannerEngineMode[] Values()
Returns
- BarcodeScannerEngineMode[]