ImageGear .NET
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
MemberValueDescription
AUTO1Auto selectio nof algorithm.
BANDPASS3Bandpass algorithm. Good for improving text.
FINELINE4Fineline algorithm.
HIGHPASS4Highpass algorithm. Good for improving fine lines.
LOWPASS2Lowpass algorithm. Good for halftone images.
NONE0No algorithm.
TEXT3Text algorithm.
Remarks
ImGearCapabilities.ICAP_IMAGEFILTER capability values.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.TWAIN Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback