Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Count Property








Gets the number of objects in the image.
Syntax
public int Count {get;}
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As ObjectCounterCommand
Dim value As Integer
 
value = instance.Count
public int Count {get;}
 get_Count(); 
public:
property int Count {
   int get();
}

Property Value

The number of objects in the image.
Example
Refer to ObjectCounterCommand
Requirements

Target Platforms

See Also

Reference

ObjectCounterCommand Class
ObjectCounterCommand Members

Error processing SSI file