ImageGear .NET - Updated December 24, 2018
Get Method (ImGearColorBooks)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : Get Method
Vendor ID for which to get the color book.
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

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class
ImGearSpotColorVendorID Enumeration