Table of Contents

Class ImageFilterType

Namespace
IO.Scanbot.Sdk.Process
Assembly
DocumentSDK.NET.Droid.dll
[Obsolete("This class is obsoleted in this android platform")]
[Register("io/scanbot/sdk/process/ImageFilterType", DoNotGenerateAcw = true)]
public sealed class ImageFilterType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ImageFilterType
Implements
Inherited Members

Properties

A

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

Property Value

int

B

[Register("b")]
public string B { get; set; }

Property Value

string

BackgroundClean

[Register("BACKGROUND_CLEAN")]
public static ImageFilterType BackgroundClean { get; }

Property Value

ImageFilterType

BinarizationFilters

public static IList<ImageFilterType> BinarizationFilters { get; }

Property Value

IList<ImageFilterType>

Binarized

[Register("BINARIZED")]
public static ImageFilterType Binarized { get; }

Property Value

ImageFilterType

BlackAndWhite

[Register("BLACK_AND_WHITE")]
public static ImageFilterType BlackAndWhite { get; }

Property Value

ImageFilterType

C

[Register("c")]
public static SparseArray C { get; }

Property Value

SparseArray

Code

public int Code { get; }

Property Value

int

ColorDocument

[Register("COLOR_DOCUMENT")]
public static ImageFilterType ColorDocument { get; }

Property Value

ImageFilterType

ColorEnhanced

[Register("COLOR_ENHANCED")]
public static ImageFilterType ColorEnhanced { get; }

Property Value

ImageFilterType

D

[Register("d")]
public static IList<ImageFilterType> D { get; }

Property Value

IList<ImageFilterType>

DeepBinarization

[Register("DEEP_BINARIZATION")]
public static ImageFilterType DeepBinarization { get; }

Property Value

ImageFilterType

EdgeHighlight

[Register("EDGE_HIGHLIGHT")]
public static ImageFilterType EdgeHighlight { get; }

Property Value

ImageFilterType

FilterName

public string FilterName { get; }

Property Value

string

Grayscale

[Register("GRAYSCALE")]
public static ImageFilterType Grayscale { get; }

Property Value

ImageFilterType

LowLightBinarization

[Register("LOW_LIGHT_BINARIZATION")]
public static ImageFilterType LowLightBinarization { get; }

Property Value

ImageFilterType

LowLightBinarization2

[Register("LOW_LIGHT_BINARIZATION_2")]
public static ImageFilterType LowLightBinarization2 { get; }

Property Value

ImageFilterType

None

[Register("NONE")]
public static ImageFilterType None { get; }

Property Value

ImageFilterType

OtsuBinarization

[Register("OTSU_BINARIZATION")]
public static ImageFilterType OtsuBinarization { get; }

Property Value

ImageFilterType

PureBinarized

[Register("PURE_BINARIZED")]
public static ImageFilterType PureBinarized { get; }

Property Value

ImageFilterType

PureGrayscale

[Register("PURE_GRAYSCALE")]
public static ImageFilterType PureGrayscale { get; }

Property Value

ImageFilterType

SensitiveBinarization

[Register("SENSITIVE_BINARIZATION")]
public static ImageFilterType SensitiveBinarization { get; }

Property Value

ImageFilterType

Methods

GetByCode(int)

[Register("getByCode", "(I)Lio/scanbot/sdk/process/ImageFilterType;", "")]
public static ImageFilterType GetByCode(int code)

Parameters

code int

Returns

ImageFilterType

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/process/ImageFilterType;", "")]
public static ImageFilterType ValueOf(string value)

Parameters

value string

Returns

ImageFilterType

Values()

[Register("values", "()[Lio/scanbot/sdk/process/ImageFilterType;", "")]
public static ImageFilterType[] Values()

Returns

ImageFilterType[]