Class OrientationLockMode
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Common
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class OrientationLockMode : Enum
- Inheritance
-
OrientationLockMode
Properties
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Landscape
public static OrientationLockMode Landscape { get; }
Property Value
- OrientationLockMode
None
public static OrientationLockMode None { get; }
Property Value
- OrientationLockMode
Portrait
public static OrientationLockMode Portrait { get; }
Property Value
- OrientationLockMode
Methods
FromJson(string)
public static OrientationLockMode FromJson(string json)
Parameters
json
string
Returns
- OrientationLockMode
ToJson()
Returns
- string
ValueOf(string)
public static OrientationLockMode ValueOf(string value)
Parameters
value
string
Returns
- OrientationLockMode
Values()
public static OrientationLockMode[] Values()
Returns
- OrientationLockMode[]