Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property RegionOfInterestRectangles As IList(Of LogicalRectangle) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family