This property sets the noise reduction filter. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic] Public WriteOnly Property
NoiseFilter As ScanNoiseFilter
[C#] public ScanNoiseFilter NoiseFilter
{set;}
Property Value
This value is of type ScanNoiseFilter
Explanation
The NoiseFilter property sets the noise reduction filter for black and white images. This property is enabled when the UserInterface property is Suppress however it is disabled when using a digital camera. The possible setting values supported by a scan device can be retrieved using the GetCapabilityEnumToSingle method.
See Also
Scan Members | Newtone.ImageKit.Win.ImageKit