←Select platform

IncludeRectangles Property

Summary

List of LeadRect objects which specify which portion of the page image is included as a part of the page features.

Syntax

C#
VB
C++
Java
public IList<LeadRect> IncludeRectangles { get; } 
  
Public ReadOnly Property IncludeRectangles As IList(Of LeadRect) 
public java.util.List<LeadRect> getIncludeRectangles(); 
public: 
property IList<LeadRect>^ IncludeRectangles { 
   IList<LeadRect>^ get(); 
} 

Property Value

List of LeadRect objects representing the included areas of the form.

Remarks

IncludeRectangles forms the region of the image that will be considered for feature extraction, any region outside the include region will be ignored.

IncludeRectangles has no rectangle then the whole image will be considered as one include region for feature extraction.

IncludeRectangles are Ored together then the ExcludeRectangles will be excluded from the include region.

Example

For an example, refer to PageRecognitionOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly