The leading provider of version control solutions and TWAIN SDKs
  • Contact us









SourceNameItems Property

Description

[Deprecated] Replaced by GetSourceNameItems method.

Holds an array of source names. This is a runtime, read-only property.

ActiveX Edition Plug-in Edition Mac Edition
Since V1.0 Since V1.0 Since V6.4

Data type

String. 

Syntax

ObjectName. SourceNameItems(Integer index)

Remarks

This property has a parameter.

The index is 0-based and can not be greater than SourceCount property.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

SelectSourceByIndex(), SourceCount property

Samples

Select necessary device without device selection dialog.