Implements the IIndexList interface using an array whose size is dynamically increased as required.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public sealed class IndexList : IIndexList |
| Visual Basic |
|---|
Public NotInheritable Class IndexList _ Implements IIndexList |