Class IPageStorage.ImageType
- Namespace
- IO.Scanbot.Sdk.Persistence.Page
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class IPageStorage.ImageType : Enum
- Inheritance
-
IPageStorage.ImageType
Properties
A
public string A { get; set; }
Property Value
- string
B
public static IList<IPageStorage.ImageType> B { get; }
Property Value
- IList<IPageStorage.ImageType>
C
public static IEnumEntries C { get; }
Property Value
- IEnumEntries
DocumentImage
public static IPageStorage.ImageType DocumentImage { get; }
Property Value
- IPageStorage.ImageType
DocumentImagePreview
public static IPageStorage.ImageType DocumentImagePreview { get; }
Property Value
- IPageStorage.ImageType
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
FileName
public string FileName { get; }
Property Value
- string
FilteredPreview
public static IPageStorage.ImageType FilteredPreview { get; }
Property Value
- IPageStorage.ImageType
OriginalImage
public static IPageStorage.ImageType OriginalImage { get; }
Property Value
- IPageStorage.ImageType
OriginalImagePreview
public static IPageStorage.ImageType OriginalImagePreview { get; }
Property Value
- IPageStorage.ImageType
UnfilteredDocumentImage
public static IPageStorage.ImageType UnfilteredDocumentImage { get; }
Property Value
- IPageStorage.ImageType
UnfilteredDocumentImagePreview
public static IPageStorage.ImageType UnfilteredDocumentImagePreview { get; }
Property Value
- IPageStorage.ImageType
Methods
ValueOf(string)
public static IPageStorage.ImageType ValueOf(string value)
Parameters
value
string
Returns
- IPageStorage.ImageType
Values()
public static IPageStorage.ImageType[] Values()
Returns
- ImageType[]