←Select platform

ExcludeRectangles Property

Summary

List of LeadRect objects which specify the portion of the page image that is not a part of the page features.

Syntax

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

Property Value

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

Remarks

ExcludeRectangles forms the region of the image that will be ignored 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