ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / GetSynonyms Method
Vendor ID.




In This Topic
GetSynonyms Method
In This Topic
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)

Parameters

vendorId
Vendor ID.

Return Value

See Also