Class JsonBarcodeOverlayTextFormat
[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
CodeAndType
[Register("CODE_AND_TYPE")]
public static JsonBarcodeOverlayTextFormat CodeAndType { get; }
Property Value
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
None
[Register("NONE")]
public static JsonBarcodeOverlayTextFormat None { get; }
Property Value
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
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeOverlayTextFormat;", "")]
public static JsonBarcodeOverlayTextFormat[] Values()