Table of Contents

Class JsonOrientationLockMode

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

Properties

Landscape

[Register("LANDSCAPE")]
public static JsonOrientationLockMode Landscape { get; }

Property Value

JsonOrientationLockMode

None

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

Property Value

JsonOrientationLockMode

Portrait

[Register("PORTRAIT")]
public static JsonOrientationLockMode Portrait { get; }

Property Value

JsonOrientationLockMode

Methods

ValueOf(string)

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

Parameters

value string

Returns

JsonOrientationLockMode

Values()

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

Returns

JsonOrientationLockMode[]