This method lists the scan devices.

[Visual Basic]   [ Boolean = ]imagekitcontrolname.Scan.List
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetScan().List()
[VB.NET]   [ Boolean = ]imagekitcontrolname.Scan.List()
[C#.NET]   [ bool = ]imagekitcontrolname.Scan.List()

Parameters

None

Return Value

Returns True (nonzero) when successful, returns False (0) when not successful.

Explanation

The List method lists the scan devices. If successful, the number of scan devices installed is returned in the DsNameCount property and the list of scan devices is returned in the DsNameList property.

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

The List method corresponds to the Scan Control's ScanList method in earlier versions of the ImageKit.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation