Class ImageSourceType
- Namespace
- IO.Scanbot.Sdk.Core
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ImageSourceType : Enum
- Inheritance
-
ImageSourceType
Properties
Api
public static ImageSourceType Api { get; }
Property Value
- ImageSourceType
Buffer
public static ImageSourceType Buffer { get; }
Property Value
- ImageSourceType
Camera
public static ImageSourceType Camera { get; }
Property Value
- ImageSourceType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
File
public static ImageSourceType File { get; }
Property Value
- ImageSourceType
Other
public static ImageSourceType Other { get; }
Property Value
- ImageSourceType
public static ImageSourceType PlatformImage { get; }
Property Value
- ImageSourceType
Methods
FromJson(string)
public static ImageSourceType FromJson(string json)
Parameters
json string
Returns
- ImageSourceType
ToJson()
Returns
- string
ValueOf(string)
public static ImageSourceType ValueOf(string value)
Parameters
value string
Returns
- ImageSourceType
Values()
public static ImageSourceType[] Values()
Returns
- ImageSourceType[]