UDItems.NewIndex 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
Syntaxpublic int NewIndex { get; }
Public ReadOnly Property NewIndex As Integer
Get
public:
property int NewIndex {
int 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