←Select platform

IgnoreContainers Property

Summary

Indicates whether to ignore the container during extraction.

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

Property Value

true to ignore containers when extracting the objects; otherwise, false. The default value is false.

Remarks

DetectChildren must be true for this property to be used.

Configure the threshold for containers by calling ContainerMinCount.

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.