←Select platform

CheckForTables Property

Summary

Indicates whether the cells within a container should be preserved or ignored.

Syntax
C#
VB
C++
public bool CheckForTables {get; set;} 
Public Property CheckForTables() As Boolean 
   Get 
   Set 
public:  
   property bool CheckForTables 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to attempt to preserve the cell containers as children when filtering out a container; otherwise, false. The default value is false.

Remarks

CheckContainerSubchildren must be true for this property to be used.

The threshold for cells can be configured using 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.