ImageGear .NET - Updated
AddBookFromFile Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : AddBookFromFile Method
Color book file.
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)
public static int AddBookFromFile( 
   string fileName
)
public: static int AddBookFromFile( 
   string* fileName
) 
public:
static int AddBookFromFile( 
   String^ fileName
) 

Parameters

fileName
Color book file.

Return Value

Integer value.
See Also

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class