Table of Contents

Class BarcodeOverlayTextFormat

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

Properties

A

[Register("a")]
public static IList<BarcodeOverlayTextFormat> A { get; }

Property Value

IList<BarcodeOverlayTextFormat>

Code

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

Property Value

BarcodeOverlayTextFormat

CodeAndType

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

Property Value

BarcodeOverlayTextFormat

None

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

Property Value

BarcodeOverlayTextFormat

Methods

ValueOf(string)

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

Parameters

value string

Returns

BarcodeOverlayTextFormat

Values()

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

Returns

BarcodeOverlayTextFormat[]