ImageGear .NET - Updated
GetAllBooks Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : GetAllBooks Method
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

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class