Table of Contents

Class JsonOrientationLockMode

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
public sealed class JsonOrientationLockMode : Enum
Inheritance
JsonOrientationLockMode

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Landscape

public static JsonOrientationLockMode Landscape { get; }

Property Value

JsonOrientationLockMode

None

public static JsonOrientationLockMode None { get; }

Property Value

JsonOrientationLockMode

Portrait

public static JsonOrientationLockMode Portrait { get; }

Property Value

JsonOrientationLockMode

Methods

ValueOf(string)

public static JsonOrientationLockMode ValueOf(string value)

Parameters

value string

Returns

JsonOrientationLockMode

Values()

public static JsonOrientationLockMode[] Values()

Returns

JsonOrientationLockMode[]