Class BarcodeOverlayTextFormat
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.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>
B
[Register("b")]
public static IEnumEntries B { get; }
Property Value
- IEnumEntries
Code
[Register("CODE")]
public static BarcodeOverlayTextFormat Code { get; }
Property Value
- BarcodeOverlayTextFormat
CodeAndType
[Register("CODE_AND_TYPE")]
public static BarcodeOverlayTextFormat CodeAndType { get; }
Property Value
- BarcodeOverlayTextFormat
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
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[]