Gets or sets the word coordinates in logical units.
public LogicalRectangle Bounds { get; set; }
Public Property Bounds As Leadtools.Forms.LogicalRectangle
public Leadtools.Forms.LogicalRectangle Bounds {get; set;}
@property (nonatomic, assign) LeadRect bounds
public LeadRect getBounds()
public void setBounds(LeadRect value)
<br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds');
public:
property Leadtools.Forms.LogicalRectangle Bounds {
Leadtools.Forms.LogicalRectangle get();
void set ( Leadtools.Forms.LogicalRectangle );
}
A LogicalRectangle containing the word coordinates in logical units.
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.
The word coordinates is the sum of the coordinates of the characters (OcrCharacter.Bounds) from FirstCharacterIndex to LastCharacterIndex into the IOcrZoneCharacters collection.
The unit of this logical rectangle is the same as unit passed to IOcrZoneCharacters.GetWords.
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