Leadtools.Forms.Recognition Namespace > PageRecognitionOptions Class : IncludeRectangles Property |
public IList<LogicalRectangle> IncludeRectangles {get;}
'Declaration Public ReadOnly Property IncludeRectangles As IList(Of LogicalRectangle)
'Usage Dim instance As PageRecognitionOptions Dim value As IList(Of LogicalRectangle) value = instance.IncludeRectangles
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LogicalRectangle> IncludeRectangles {get;}
get_IncludeRectangles();
public: property IList<LogicalRectangle>^ IncludeRectangles { IList<LogicalRectangle>^ get(); }
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2