
Gets the DocumentServer.Fields.FieldAdapter instance at the specified index from the collection. In C# this property is the indexer for the FieldAdapterCollection class.
[C#]
public FieldAdapter this [int index] { get; }
[Visual Basic]
Public Default ReadOnly Property Item(ByVal index As Integer) As FieldAdapter
| Parameter | Description | |
| index | Specifies a field adapter index. The first field adapter has the index 0. |
If there is no adapter for the type of field at the given index, the property returns null. Otherwise, it is an object of type DocumentServer.Fields.FieldAdapter