ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / Get Method
Vendor ID for which to get the color book.




In This Topic
Get Method (ImGearColorBooks)
In This Topic
Retrieves a color book for the specified vendor ID.
Syntax
'Declaration
 
Public Shared Function Get( _
   ByVal vendorId As ImGearSpotColorVendorID _
) As ImGearColorBook
 
'Usage
 
Dim vendorId As ImGearSpotColorVendorID
Dim value As ImGearColorBook
 
value = ImGearColorBooks.Get(vendorId)

Parameters

vendorId
Vendor ID for which to get the color book.

Return Value

ImGearColorBook class object.
See Also