Leadtools.Forms.Recognition Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RegionOfInterestRectangles Property
See Also 
Leadtools.Forms.Recognition Namespace > PageRecognitionOptions Class : RegionOfInterestRectangles Property



List of LogicalRectangle objects which specify which portion of the page image represents the important features of the page.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RegionOfInterestRectangles As IList(Of LogicalRectangle)
Visual Basic (Usage)Copy Code
Dim instance As PageRecognitionOptions
Dim value As IList(Of LogicalRectangle)
 
value = instance.RegionOfInterestRectangles
C# 
public IList<LogicalRectangle> RegionOfInterestRectangles {get;}
C++/CLI 
public:
property IList<LogicalRectangle>^ RegionOfInterestRectangles {
   IList<LogicalRectangle>^ get();
}

Return Value

List of LogicalRectangle objects representing the important areas of the form.

Example

For an example, refer to PageRecognitionOptions.

Remarks

If it has no rectangle then all image features will have the same influence in recognition results.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features