←Select platform

TableMaxBorderPercent Property

Summary

The maximum percentage of black pixels for a container to be considered a table.

Syntax
C#
VB
C++
public double TableMaxBorderPercent {get; set;} 
Public Property TableMaxBorderPercent() As Double 
   Get 
   Set 
public:  
   property double TableMaxBorderPercent 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The maximum percentage of black pixels (calculated by the area of bounding rectangles) for a container to be considered a table. The default value is 0.

Remarks

CheckForTables must be true for this property to be used.

For additional table filtering, refer to TableSizeThreshold.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.