ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / Initialize Method
List of color book paths.




In This Topic
Initialize Method (ImGearColorBooks)
In This Topic
Loads the color book collection from the list of file paths.
Syntax
'Declaration
 
Public Shared Sub Initialize( _
   ByVal colorBookFiles() As String _
) 
 
'Usage
 
Dim colorBookFiles() As String
 
ImGearColorBooks.Initialize(colorBookFiles)

Parameters

colorBookFiles
List of color book paths.
See Also