←Select platform

MaxObjectCount Property

Summary

The maximum number of objects to extract.

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

Property Value

The maximum number of objects to extract. The default value is 0.

Remarks

Use a non-positive integer to disable this limit and extract all objects.

The number of objects extracted includes both containers (if using IgnoreContainers) and children (if using DetectChildren). Noise is not included.

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.