ImageGear for .NET
ImGearImageFilter Enumeration
See Also  Send Feedback
ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace : ImGearImageFilter Enumeration




Glossary Item Box

This enumeration determines the algorithm used to improve the quality of the image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.