Table of Contents

Class IPageStorage.ImageType

Namespace
IO.Scanbot.Sdk.Persistence
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/persistence/PageStorage$ImageType", DoNotGenerateAcw = true)]
public sealed class IPageStorage.ImageType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
IPageStorage.ImageType
Implements
Inherited Members

Properties

A

[Register("a")]
public string A { get; set; }

Property Value

string

B

[Register("b")]
public static IList<IPageStorage.ImageType> B { get; }

Property Value

IList<IPageStorage.ImageType>

DocumentImage

[Register("DOCUMENT_IMAGE")]
public static IPageStorage.ImageType DocumentImage { get; }

Property Value

IPageStorage.ImageType

DocumentImagePreview

[Register("DOCUMENT_IMAGE_PREVIEW")]
public static IPageStorage.ImageType DocumentImagePreview { get; }

Property Value

IPageStorage.ImageType

FileName

public string FileName { get; }

Property Value

string

FilteredPreview

[Register("FILTERED_PREVIEW")]
public static IPageStorage.ImageType FilteredPreview { get; }

Property Value

IPageStorage.ImageType

OriginalImage

[Register("ORIGINAL_IMAGE")]
public static IPageStorage.ImageType OriginalImage { get; }

Property Value

IPageStorage.ImageType

OriginalImagePreview

[Register("ORIGINAL_IMAGE_PREVIEW")]
public static IPageStorage.ImageType OriginalImagePreview { get; }

Property Value

IPageStorage.ImageType

UnfilteredDocumentImage

[Register("UNFILTERED_DOCUMENT_IMAGE")]
public static IPageStorage.ImageType UnfilteredDocumentImage { get; }

Property Value

IPageStorage.ImageType

UnfilteredDocumentImagePreview

[Register("UNFILTERED_DOCUMENT_IMAGE_PREVIEW")]
public static IPageStorage.ImageType UnfilteredDocumentImagePreview { get; }

Property Value

IPageStorage.ImageType

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/persistence/PageStorage$ImageType;", "")]
public static IPageStorage.ImageType ValueOf(string value)

Parameters

value string

Returns

IPageStorage.ImageType

Values()

[Register("values", "()[Lio/scanbot/sdk/persistence/PageStorage$ImageType;", "")]
public static IPageStorage.ImageType[] Values()

Returns

ImageType[]