ImageGear .NET - Updated
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)
public static ImGearColorBook Get( 
   ImGearSpotColorVendorID vendorId
)
public: static ImGearColorBook* Get( 
   ImGearSpotColorVendorID vendorId
) 
public:
static ImGearColorBook^ Get( 
   ImGearSpotColorVendorID 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