This property sets the focus position of the scan. (UserInterface= Suppress)

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

Propery Value

Focal Position
Default value is 0.

Explanation

The FocusPosition property adjusts the focus position of the scan. This property is enabled when using Epson scanners.

Value ranges vary from one scanner to another and are in units of 0.1 mm. For example to move the focus position by 1 mm, set a value of 10 in this property.

The FocusPosition property is enabled when the UserInterface property is set to Suppress. To get information on whether or not the datasource supports focus position, use the GetCapabilityRange method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation