←Select platform

TableSizeThreshold Property

Summary

The minimum pixel size for a container to be considered a table.

Syntax
C#
VB
C++
public int TableSizeThreshold {get; set;} 
Public Property TableSizeThreshold() As Integer 
   Get 
   Set 
public:  
   property Int32 TableSizeThreshold 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The minimum pixel size 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 TableMaxBorderPercent.

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.