ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / ColorsPerPage Property




In This Topic
ColorsPerPage Property (ImGearColorBook)
In This Topic
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

Property Value

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