ImageGear .NET - Updated
Count Property (ImGearColorBooks)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : Count Property
Gets the number of color books in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As ImGearColorBooks
Dim value As Integer
 
value = instance.Count
public int Count {get;}
public: __property int get_Count();
public:
property int Count {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearColorBooks Class
ImGearColorBooks Members