Gets or sets the last index of word value in the IOcrZoneCharacters.
public int LastCharacterIndex { get; set; }
Public Property LastCharacterIndex As Integer
public int LastCharacterIndex {get; set;}
@property (nonatomic, assign) NSUInteger lastCharacterIndex
public int getLastCharacterIndex()
public void setLastCharacterIndex(int value)
<br/>get_LastCharacterIndex();<br/>set_LastCharacterIndex(value);<br/>Object.defineProperty('LastCharacterIndex');
The zero-based index of the last character that forms this word in the IOcrZoneCharacters used to create this OcrWord.
You can get the recognized words of a zone with the IOcrZoneCharacters.GetWords method. This is a helper method that iterate through the OcrCharacter collection of the zone and constructs the words based on the OcrCharacter.Position flags.
You can get extra information about the characters in this word by iterating through the IOcrZoneCharacters collection with starting index of FirstCharacterIndex and ending index of LastCharacterIndex.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET