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.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.For an example, refer to PageRecognitionOptions.
If it has no rectangle then all image features will have the same influence in recognition results.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7