ImageGear .NET - Updated July 5, 2018
GetByIndex Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : GetByIndex Method
Index of the color book to get.
Retrieves a color book with the specified index.
Syntax
'Declaration
 
Public Shared Function GetByIndex( _
   ByVal index As Integer _
) As ImGearColorBook
 
'Usage
 
Dim index As Integer
Dim value As ImGearColorBook
 
value = ImGearColorBooks.GetByIndex(index)

Parameters

index
Index of the color book to get.

Return Value

ImGearColorBook class object.
See Also

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class