Gets or sets the coordinates of the zone in pixels.
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 contain the coordinates of the zone in pixels.
Calling IOcrPage.AutoZone will return zones with Bounds coordinates that do not overlap with each other. It is the developers responsibility when modifying the zones of the page to make sure the coordinates of those zones follow the same rule.
The coordinates of the zone is in pixels.
Also the IOcrPage.GetZoneBoundsInPixels method can get the coordinates of any zone in pixels.
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