This method checks whether or not the scan devices are open.

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

Parameters

None

Return Value

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

Explanation

The IsOpenDS method checks whether or not the scan devices are open. If the OpenDS method is executed prior to the IsOpenDS method and the scan devices are open then the return value of this method is True (non zero).

 

The ImageKit10 ActiveX is a product created by Newtone Corporation