←Select platform

Flatten Property

Summary

Indicates whether the final lists should store the children of an object immediately after the parent.

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

Property Value

true to flatten the final lists and store the children of an object immediately after the parent; otherwise, false to output to a tree structure. The default value is false.

Remarks

DetectChildren must be true for this property to be used.

If SortTopLeft is applied after Flatten, the parent-child ordering is removed.

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.