This enumeration refers to the image filter.
public enum ScanImageFilter
Public Members
| Member | Value | Explanation |
|---|---|---|
| None | 0 | None |
| Auto | 1 | Automation |
| LowPass | 2 | *1 |
| BandPass | 3 | *2 |
| HighPass | 4 | *3 |
| Text | 3 | *2 |
| FineLine | 4 | *3 |
Explanation
*1 LOWPASS is recommended for haftone images
*2 BANDPASS is recommended for images that include text
*3 HIGHPASS is recommended for images that include lines
See Also
Scan Members | Newtone.ImageKit