←Select platform

ExcludeRectangles Property

Summary

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

Syntax

C#
VB
C++
public IList<LogicalRectangle> ExcludeRectangles { get; } 
  
Public ReadOnly Property ExcludeRectangles As IList(Of LogicalRectangle) 
public: 
property IList<LogicalRectangle>^ ExcludeRectangles { 
   IList<LogicalRectangle>^ get(); 
} 

Property Value

List of Leadtools.Forms.LogicalRectangle 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly