This property refers to the list of scan devices retrieved by the List method.

[Visual Basic]   imagekitcontrolname.Scan.DsNameList[ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetScan().GetDsNameList()
[VB.NET]   imagekitcontrolname.Scan.DsNameList[ = String ]
[C#.NET]   imagekitcontrolname.Scan.DsNameList[ = string ]

Property Value

The DsNameList value is the list of scan devices retrieved by the List method

Explanation

The DsNameList property refers to the list of scan devices retrieved by the List method. When the List method executes successfully this property will be set with a string value listing the scan devices as follows,


"current,XXX,XXX,... ... .., "


"current" referes to a scan device currently selected. If the scan device isn't set then this property will start with a single comma, "," . There is a comma at the end of the string.


The DsNameList property corresponds to the Scan Control's ScanDsNameList property in earlier versions of the ImageKit.

Setting this value

  This value cannot be set.

Retrieving this value

  This value can be retrieved at runtime.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation