←Select platform

LargeObjectThreshold Property

Summary

Threshold for large objects.

Syntax
C#
VB
C++
public int LargeObjectThreshold {get; set;} 
Public Property LargeObjectThreshold() As Integer 
   Get 
   Set 
public:  
   property Int32 LargeObjectThreshold 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The threshold for large objects. The default value is 0.

Remarks

Objects with a maximum dimension larger than the specified value will be filtered. Use -1 to disable large object filtering.

If SmallObjectThreshold is not -1, this value must be larger.

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.