ImageGear .NET - Updated
GetSynonyms Method




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : GetSynonyms Method
Vendor ID.
Returns an array of vendor IDs associated with the specified ID.
Syntax
'Declaration
 
Public Shared Function GetSynonyms( _
   ByVal vendorId As ImGearSpotColorVendorID _
) As ImGearSpotColorVendorID()
'Usage
 
Dim vendorId As ImGearSpotColorVendorID
Dim value() As ImGearSpotColorVendorID
 
value = ImGearColorBooks.GetSynonyms(vendorId)
public static ImGearSpotColorVendorID[] GetSynonyms( 
   ImGearSpotColorVendorID vendorId
)
public: static ImGearSpotColorVendorID[]* GetSynonyms( 
   ImGearSpotColorVendorID vendorId
) 

Parameters

vendorId
Vendor ID.

Return Value

See Also

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class
ImGearSpotColorVendorID Enumeration