Holds an array of source names.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public string SourceNameItems( short sIndex ) |
| Visual Basic |
|---|
Public Function SourceNameItems ( _ sIndex As Short _ ) As String |
Parameters
- sIndex
- Type: System..::..Int16
The index is 0-based and can not be greater than SourceCount property.
Return Value
Source name.
Remarks
This property has a parameter.
Exceptions
| Exception | Condition |
|---|---|
| Dynamsoft.DotNet.TWAIN..::..TwainException | When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString. |