←Select platform

Bounds Property

Summary

Gets or sets the coordinates of the zone in logical units.

Syntax

C#
VB
Java
WinRT C#
C++
public LogicalRectangle Bounds { get; set; } 
Public Property Bounds As Leadtools.Forms.LogicalRectangle 
public Leadtools.Forms.LogicalRectangle Bounds {get; set;} 
public LeadRect getBounds() 
public void setBounds(LeadRect value) 
             
 <br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds');  

Property Value

A LogicalRectangle that contain the coordinates of the zone in logical units.

Remarks

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 logical (page) coordinates. If the LogicalUnit value of the Bounds property is not LogicalUnit.Pixels, then use the page resolution stored in IOcrPage.DpiX and IOcrPage.DpiY if conversion to pixels is required.

Also the IOcrPage.GetZoneBoundsInPixels method can get the coordinates of any zone in pixels.

Example

For an example, refer to IOcrPage.HitTestZone.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly