ImageGear v26.0 - Updated
ColorsPerPage Property (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : ColorsPerPage Property
Gets the maximum number of colors that can appear on a page.
Syntax
'Declaration
 
Public ReadOnly Property ColorsPerPage As Integer
'Usage
 
Dim instance As ImGearColorBook
Dim value As Integer
 
value = instance.ColorsPerPage
public int ColorsPerPage {get;}
public: __property int get_ColorsPerPage();
public:
property int ColorsPerPage {
   int get();
}

Property Value

Integer value.
Remarks
The maximum number of colors per page must be less than or equal to 9.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members

Is this page helpful?
Yes No
Thanks for your feedback.