This enumeration determines the algorithm used to improve the quality of the image.
Syntax
__value public enum ImGearImageFilter : public System.Enum
public enum class ImGearImageFilter : public System.Enum
Members
Member | Description |
AUTO | Auto selectio nof algorithm. |
BANDPASS | Bandpass algorithm. Good for improving text. |
FINELINE | Fineline algorithm. |
HIGHPASS | Highpass algorithm. Good for improving fine lines. |
LOWPASS | Lowpass algorithm. Good for halftone images. |
NONE | No algorithm. |
TEXT | Text algorithm. |
Inheritance Hierarchy
See Also