←Select platform

IncludeRectangles Property

Summary

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

Syntax

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

Property Value

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

Leadtools.Forms.Recognition Assembly