This property sets the focus position. This property is only enabled when using a custom-built user interface (UiMode=2).
[Visual
Basic] imagekitcontrolname.Scan.FocusPosition
[ = Integer ]
[Visual
C++] imagekitcontrolname.GetScan().SetFocusPosition(short
Val)
Property Value
The focus position. Default value is 0.
Explanation
The FocusPosition property sets the focus position, This is the position on the document plate where the focal sensor is. This property is only enabled when using and Epson scan driver supporting this capability and when using a custom-built user interface (UiMode=2).
To retrieve the values supported by the datasource, please use the GetCapRange or GetCapRangeVariant methods.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.