Class PageFileStorage.PageFileType
- Namespace
- IO.Scanbot.Sdk.Persistence
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/PageFileStorage$PageFileType", DoNotGenerateAcw = true)]
public sealed class PageFileStorage.PageFileType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
PageFileStorage.PageFileType
- Implements
- Inherited Members
Properties
A
[Register("a")]
public static IList<PageFileStorage.PageFileType> A { get; }
Property Value
Document
[Register("DOCUMENT")]
public static PageFileStorage.PageFileType Document { get; }
Property Value
Original
[Register("ORIGINAL")]
public static PageFileStorage.PageFileType Original { get; }
Property Value
UnfilteredDocument
[Register("UNFILTERED_DOCUMENT")]
public static PageFileStorage.PageFileType UnfilteredDocument { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/persistence/PageFileStorage$PageFileType;", "")]
public static PageFileStorage.PageFileType ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/persistence/PageFileStorage$PageFileType;", "")]
public static PageFileStorage.PageFileType[] Values()