This method selects the scan device.

[C++Builder]   [ bool = ]imagekitcontrolname->Scan->Select()
[Delphi]   [ Boolean = ]imagekitcontrolname.Scan.Select

Parameters

None

Return Value

Returns True when successful, returns False when not successful.

Explanation

The Select method selects the scan device. When this method is executed, the installed TWAIN drivers are listed in a dialog box and can be selected. If successful, information about the scan device is set in the following properties: Manufacturer, ProductFamily, ProductName, ProtocolMajor, ProtocolMinor, SourceMajor, SourceMinor, and SourceVersionInfo.

Prior to executing the Select method, you must execute the Initialize method.

The Select method corresponds to the Scan Control's ScanSelect method in earlier versions of the ImageKit.

 

The ImageKit10 VCL is a product created by Newtone Corporation