←Select platform

RegionOfInterestRectangles Property

Summary

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

Syntax

C#
VB
C++
public IList<LogicalRectangle> RegionOfInterestRectangles { get; } 
  
Public ReadOnly Property RegionOfInterestRectangles As IList(Of LogicalRectangle) 
public: 
property IList<LogicalRectangle>^ RegionOfInterestRectangles { 
   IList<LogicalRectangle>^ get(); 
} 

Property Value

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

Remarks

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

Example

For an example, refer to PageRecognitionOptions.

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.Recognition Assembly