| ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace : ImGearImageFilter Enumeration |
'Declaration Public Enum ImGearImageFilter Inherits System.Enum
'Usage Dim instance As ImGearImageFilter
public enum ImGearImageFilter : System.Enum
__value public enum ImGearImageFilter : public System.Enum
public enum class ImGearImageFilter : public System.Enum
| Member | Value | Description |
|---|---|---|
| AUTO | 1 | Auto selectio nof algorithm. |
| BANDPASS | 3 | Bandpass algorithm. Good for improving text. |
| FINELINE | 4 | Fineline algorithm. |
| HIGHPASS | 4 | Highpass algorithm. Good for improving fine lines. |
| LOWPASS | 2 | Lowpass algorithm. Good for halftone images. |
| NONE | 0 | No algorithm. |
| TEXT | 3 | Text algorithm. |
System.Object
System.ValueType
System.Enum
ImageGear.TWAIN.ImGearImageFilter