This property sets the level for the Moire filter. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).

[Visual Basic] Public WriteOnly Property MoireFilter As Integer
[C#] public int MoireFilter {set;}

Property Value

For Epson Scan Drivers
Value Explanation
0 None
1 Standard (This can be used for general settings)
2 85 lpi (This can be used for Newspapers)
3 133 lpi (This can be used for Magazines and Catalogs)
4 175 lpi (This can be used for Pictures)

 

For Canon DR Scan Drivers
Value Explanation
1 None
2 High scan speed
3 High scan quality

 

For Panasonic Scan Drivers
Value Explanation
0 None
1 Moire filter used

 

For Fujitsu PFU Scan Drivers
Value Explanation
0 None
1 Moire filter level 1
2 Moire filter level 2
3 Moire filter level 3
4 Moire filter level 4

Explanation

The MoireFilter property sets the level for removal of moire interference. This property is enabled when the UserInterface property is Suppress.

The Moire filter is enabled for certain Epson, Canon DR, Panasonic, and Fujitsu PFU scan drivers. When using Epson scan drivers, the datasource will be "Epson Scan" which will allow the above settings. Note that some Epson scanners, depending on the version, allow for only "on / off" settings. In this case the ImageKit will accept values of 0 or nonzero.

When using Canon DR scan drivers, this property is enabled when the scan resolution is set to 300dpi or less. This property is disabled when the scan datasource does not support Moire filter.

For Panasonic scan drivers, the Moire filter and Multistream cannot be used at the same time.

For PFU scan drivers, Moire filter is enabled when the Sharpness property is 0.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation