Table of Contents

Class JsonBarcodeOverlayTextFormat

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

Properties

Code

[Register("CODE")]
public static JsonBarcodeOverlayTextFormat Code { get; }

Property Value

JsonBarcodeOverlayTextFormat

CodeAndType

[Register("CODE_AND_TYPE")]
public static JsonBarcodeOverlayTextFormat CodeAndType { get; }

Property Value

JsonBarcodeOverlayTextFormat

None

[Register("NONE")]
public static JsonBarcodeOverlayTextFormat None { get; }

Property Value

JsonBarcodeOverlayTextFormat

Methods

ValueOf(string)

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

Parameters

value string

Returns

JsonBarcodeOverlayTextFormat

Values()

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

Returns

JsonBarcodeOverlayTextFormat[]