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

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

Property Value

Canon DR scan drivers

Value Explanation
Values range from 0 to 5 1 being the least sharp, 5 being the most sharp. 0 is the same as the default value of 3.

 

Epson scan drivers

Value Explanation
0 None
1 Weak
2 Normal
3 Strong

 

Panasonic scan drivers

Value Explanation
0 None
1 Smooth
2 Low
3 Standard
4 High
5 Automatic

 

Fujitsu PFU scan driver

Value Explanation
0 None
1 Weak
2 Middle
3 Strong

Explanation

The Sharpness property sets the level of sharpness.

Sharpness is enabled for certain Canon DR, Epson, Panasonic, and Fujitsu PFU scan drivers.

When an Epson scanner is used, the datasource will be "Epson Scan" which will allow the above settings. 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.

Epson scanners use the term "unsharp mask". Canon scanners used "Edge enhancement". Panasonic scanners use "image quality". PFU scanners use "outline enhancement".

This property is enabled when the UserInterface is Suppress. The possible setting values supported by a scan device can be retrieved using the GetCapabilityEnumToSingle method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation