ImageGear v26.3 - Updated November 9, 2022
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()

Return Value

ImGearColorBook class object.
See Also