RegionOfInterestRectangles Property
Summary
List of
LeadRect objects which specify which portion of the page image represents the important features of the page.
Syntax
public IList<LeadRect> RegionOfInterestRectangles { get; }
Public ReadOnly Property RegionOfInterestRectangles As IList(Of LeadRect)
public java.util.List<LeadRect> getRegionOfInterestRectangles();
public:
property IList<LeadRect>^ RegionOfInterestRectangles {
IList<LeadRect>^ get();
}
Property Value
List of LeadRect objects representing the important areas of the form.