Leadtools.Forms.Recognition Namespace > PageRecognitionOptions Class : RegionOfInterestRectangles Property |
public IList<LogicalRectangle> RegionOfInterestRectangles {get;}
'Declaration Public ReadOnly Property RegionOfInterestRectangles As IList(Of LogicalRectangle)
'Usage Dim instance As PageRecognitionOptions Dim value As IList(Of LogicalRectangle) value = instance.RegionOfInterestRectangles
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LogicalRectangle> RegionOfInterestRectangles {get;}
get_RegionOfInterestRectangles();
public: property IList<LogicalRectangle>^ RegionOfInterestRectangles { IList<LogicalRectangle>^ get(); }
If it has no rectangle then all image features will have the same influence in recognition results.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2