Characters.CellNumber Property
|
This property returns the index of the table cell containing the characters of this collection.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int CellNumber { get; }
Public ReadOnly Property CellNumber As Integer
Get
public:
property int CellNumber {
int get ();
}
Property Value
Type:
Int32
Remarks
If all characters of the page or a selected OCR zone are currently contained by this collection, CellNumber is -1. The default value is -1.
See Also