←Select platform

InvertRange Property

Summary

Indicates whether the filter range should be inverted.

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

Property Value

true to filter out objects between SmallObjectThreshold and LargeObjectThreshold; otherwise, false to filter out objects smaller than SmallObjectThreshold or larger than LargeObjectThreshold. The default value is false.

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.