ImageGear v26.3 - Updated
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
    public int NumberOfColors {get;}
    public: __property int get_NumberOfColors();
    public:
    property int NumberOfColors {
       int get();
    }

    Property Value

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