ImageGear v26.3 - Updated
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)
    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