ImageGear .NET v25.1 - Updated
KeyColorPage Property (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : KeyColorPage Property
Gets the key color on the page.
Syntax
'Declaration
 
Public ReadOnly Property KeyColorPage As Integer
'Usage
 
Dim instance As ImGearColorBook
Dim value As Integer
 
value = instance.KeyColorPage
public int KeyColorPage {get;}
public: __property int get_KeyColorPage();
public:
property int KeyColorPage {
   int get();
}

Property Value

Integer value.
Remarks
Key color on the page must be less than or equal to colors per page.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members