This method opens the scan datasource (scan device).
Parameters
None
Return Value
Returns True (nonzero) when successful, returns False (0) when not successful.
Explanation
The OpenDS method opens the datasource set in the DsName property. If the DsName property is blank, please execute the Select method prior to executing the OpenDS method. (When the DsName property is blank or null, the datasource is selected by the Select method).
Note: After the OpenDS method has been executed, the datasource remains open until the CloseDS method is executed and other applications will not be able to be used.
Prior to executing the OpenDS and CloseDS methods, you must execute the Initialize method.
The OpenDS and CloseDS methods correspond to the ImageKit6 Scan Control's ScanOpenDS and ScanCloseDS methods in earlier versions of the ImageKit.