ImageGear .NET - Updated
ColorsPerPage Property (IImGearColorBook)




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

Property Value

Integer value.
See Also

Reference

IImGearColorBook Interface
IImGearColorBook Members