Gets or sets the coordinates of the rectangle exactly containing the character.
public Leadtools.LeadRect Bounds {get; set;}
Public Property Bounds As Leadtools.LeadRect
public Leadtools.LeadRect Bounds {get; set;}
<br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds');
public:
property Leadtools.LeadRect Bounds {
Leadtools.LeadRect get();
void set ( Leadtools.LeadRect );
}
A LeadRect that contains the coordinates of the rectangle exactly containing the character.
To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.
To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save, or IOcrDocument.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.
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