Class JsonBarcodeImageGenerationType
[Register("io/scanbot/sdk/ui/configuration/json/JsonBarcodeImageGenerationType", DoNotGenerateAcw = true)]
public sealed class JsonBarcodeImageGenerationType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
JsonBarcodeImageGenerationType
- Implements
- Inherited Members
Properties
CapturedImage
[Register("CAPTURED_IMAGE")]
public static JsonBarcodeImageGenerationType CapturedImage { get; }
Property Value
None
[Register("NONE")]
public static JsonBarcodeImageGenerationType None { get; }
Property Value
VideoFrame
[Register("VIDEO_FRAME")]
public static JsonBarcodeImageGenerationType VideoFrame { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeImageGenerationType;", "")]
public static JsonBarcodeImageGenerationType ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonBarcodeImageGenerationType;", "")]
public static JsonBarcodeImageGenerationType[] Values()