Table of Contents

Class JsonCodeDensity

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/configuration/json/JsonCodeDensity", DoNotGenerateAcw = true)]
public sealed class JsonCodeDensity : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
JsonCodeDensity
Implements
Inherited Members

Properties

High

[Register("HIGH")]
public static JsonCodeDensity High { get; }

Property Value

JsonCodeDensity

Low

[Register("LOW")]
public static JsonCodeDensity Low { get; }

Property Value

JsonCodeDensity

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonCodeDensity;", "")]
public static JsonCodeDensity ValueOf(string value)

Parameters

value string

Returns

JsonCodeDensity

Values()

[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonCodeDensity;", "")]
public static JsonCodeDensity[] Values()

Returns

JsonCodeDensity[]