Class OrientationMode
- Namespace
- IO.Scanbot.Sdk.UI.View.Base.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class OrientationMode : Enum
- Inheritance
-
OrientationMode
Properties
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
Landscape
public static OrientationMode Landscape { get; }
Property Value
- OrientationMode
Portrait
public static OrientationMode Portrait { get; }
Property Value
- OrientationMode
Methods
ValueOf(string)
public static OrientationMode ValueOf(string value)
Parameters
value
string
Returns
- OrientationMode
Values()
public static OrientationMode[] Values()
Returns
- OrientationMode[]