ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / GetAllBooks Method




In This Topic
    GetAllBooks Method
    In This Topic
    Retrieves the entire collection of color books.
    Syntax
    'Declaration
     
    Public Shared Function GetAllBooks() As ImGearColorBook()
    'Usage
     
    Dim value() As ImGearColorBook
     
    value = ImGearColorBooks.GetAllBooks()
    public static ImGearColorBook[] GetAllBooks()
    public: static ImGearColorBook*[]* GetAllBooks(); 
    public:
    static array<ImGearColorBook^>^ GetAllBooks(); 

    Return Value

    ImGearColorBook class object.
    See Also