Leadtools.Forms.Recognition Namespace > PageRecognitionOptions Class : ExcludeRectangles Property |
public IList<LogicalRectangle> ExcludeRectangles {get;}
'Declaration Public ReadOnly Property ExcludeRectangles As IList(Of LogicalRectangle)
'Usage Dim instance As PageRecognitionOptions Dim value As IList(Of LogicalRectangle) value = instance.ExcludeRectangles
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LogicalRectangle> ExcludeRectangles {get;}
get_ExcludeRectangles();
public: property IList<LogicalRectangle>^ ExcludeRectangles { IList<LogicalRectangle>^ get(); }
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.
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