This property sets the name of the scan device. This property is only enabled when using a custom-built user interface (UiMode=2).

[Visual Basic]   imagekitcontrolname.Scan.DsName [ = String ]
[Visual C++]     imagekitcontrolname.GetScan().SetDsName(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.Scan.DsName [ = String ]
[C#.NET]   imagekitcontrolname.Scan.DsName [ = string ]

Property Value

The name of the scan device

Explanation

The DsName property sets the name of the scan device. This property is only enabled when using a custom-built user interface (UiMode=2). The DsName property must be set prior to executing the OpenDS or the Exec (ExecVariant) methods. However, if the Exec (ExecVariant) method is executed after the OpenDS  method then the DsName property value will be disregarded. If the DsName property is not set, the scan device selected by the Select method will be used.

 

The DsName property corresponds to the Scan Control's ScanDsName property in earlier versions of the ImageKit.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit9 ActiveX is a product created by Newtone Corporation