ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / AddBookFromFile Method
Color book file.




In This Topic
AddBookFromFile Method
In This Topic
Adds a new color book to the collection from the specified file name.
Syntax
'Declaration
 
Public Shared Function AddBookFromFile( _
   ByVal fileName As String _
) As Integer
 
'Usage
 
Dim fileName As String
Dim value As Integer
 
value = ImGearColorBooks.AddBookFromFile(fileName)

Parameters

fileName
Color book file.

Return Value

Integer value.
See Also