This property sets the image filter. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic]Public WriteOnly Property
ImageFilter As Newtone.ImageKit.WPF.ScanImageFilter
[C#]public Newtone.ImageKit.WPF.ScanImageFilter
ImageFilter {set;}
Property Value
This value is of enum type ScanImageFilter
Explanation
The ImageFilter property sets the image filter, which can improve image quality. LOWPASS is recommended for haftone images, BANDPASS for images that include text, and HIGHPASS for images that include lines. The ImageFilter property is enabled when the UserInterface property is Suppress. Note that the ImageFilter property is disabled when using a digital camera or when the datasource does not support this functionality. To retrieve the values supported, please execute the GetCapabilityEnumToSingle method.