ClearImageNet Send comments on this topic.
Pixels Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : Pixels Property




Gets number of black pixels

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Pixels As Long
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Long
 
value = instance.Pixels
C# 
public long Pixels {get;}
Managed Extensions for C++ 
public: __property long get_Pixels();
C++/CLI 
public:
property long Pixels {
   long get();
}

Remarks

Applicable only to bitonal image

Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]