Click or drag to resize

UDItemsNewIndex Property

This property returns the index of the UDItem object last added.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int NewIndex { get; }

Property Value

Type: Int32
Remarks
Due to the way UDItem objects are sorted, the index of a newly added object is usually not the index of an item appended to the end of the list. If no UDItem objects were added, this property returns (-1).
See Also