←Select platform

SortTopLeft Property

Summary

Indicates whether to sort the top-level lists.

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

Property Value

true to sort the result lists after extraction; otherwise, false. The default value is false.

Example

Refer to ExtractObjectsCommand for an example.

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.