←Select platform

Count Property

Summary

Gets the number of result objects.

Syntax
C#
VB
C++
public int Count {get;} 
Public ReadOnly Property Count() As Integer 
   Get 
public:  
   property Int32 Count 
   { 
      Int32 get() 
   } 

Property Value

The number of result objects.

Remarks

Count will be 1 if ExtractObjectsCommand.UseMultiColors was 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.