ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / NumberOfColors Property




In This Topic
NumberOfColors Property (ImGearColorBook)
In This Topic
Gets the number of colors in the color book.
Syntax
'Declaration
 
Public ReadOnly Property NumberOfColors As Integer
 
'Usage
 
Dim instance As ImGearColorBook
Dim value As Integer
 
value = instance.NumberOfColors

Property Value

Integer value.
Remarks
The number of colors in the color book must be less than or equal to 8000.
See Also