Gets or sets the word value.
public string Value { get; set; }
Public Property Value As String
public string Value {get; set;}
@property (nonatomic, copy, nullable) NSString *value
public String getValue()
public void setValue(String value)
<br/>get_Value();<br/>set_Value(value);<br/>Object.defineProperty('Value');
A String that indicate the word value.
You can get the recognized words of a zone with the IOcrZoneCharacters.GetWords method. This is a helper method that iterates through the OcrCharacter collection of the zone and constructs the words based on the OcrCharacter.Position flags.
The word value is the collection of characters (OcrCharacter.Code) from FirstCharacterIndex to LastCharacterIndex into the IOcrZoneCharacters collection.
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