Characters.OCRZoneIndex Property
|
The property returns the index of the OCR zone 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 OCRZoneIndex { get; }
Public ReadOnly Property OCRZoneIndex As Integer
Get
public:
property int OCRZoneIndex {
int get ();
}
Property Value
Type:
Int32
Remarks
If all characters of the page are currently contained by this collection, the OCRZoneIndex is -1. The default value is -1.
See Also