Dynamsoft Home|Product Home

SourceNameItems Property

Description

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

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.