ImageGear .NET v24.14 - Updated September 15, 2020
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
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