ImageGear .NET - Updated
ImGearImageFilter Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearImageFilter Enumeration
This enumeration determines the algorithm used to improve the quality of the image.
Syntax
'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 
Members
MemberDescription
AUTOAuto selectio nof algorithm.
BANDPASSBandpass algorithm. Good for improving text.
FINELINEFineline algorithm.
HIGHPASSHighpass algorithm. Good for improving fine lines.
LOWPASSLowpass algorithm. Good for halftone images.
NONENo algorithm.
TEXTText algorithm.
Remarks
ImGearCapabilities.ICAP_IMAGEFILTER capability values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearImageFilter

See Also

Reference

ImageGear.TWAIN Namespace