LEADTOOLS Forms (Leadtools.Forms.Recognition assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RegionOfInterestRectangles Property
See Also 
Leadtools.Forms.Recognition Namespace > PageRecognitionOptions Class : RegionOfInterestRectangles Property



The RegionOfInterestRectangles Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

List of Leadtools.Forms.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();
}

Property Value

List of Leadtools.Forms.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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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