Table of Contents

Class JsonPageDirection

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

Properties

Auto

[Register("AUTO")]
public static JsonPageDirection Auto { get; }

Property Value

JsonPageDirection

Landscape

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

Property Value

JsonPageDirection

Portrait

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

Property Value

JsonPageDirection

Methods

ValueOf(string)

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

Parameters

value string

Returns

JsonPageDirection

Values()

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

Returns

JsonPageDirection[]