ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / Remove Method
Vendor ID.




In This Topic
    Remove Method (ImGearColorBooks)
    In This Topic
    Removes color book for the specified vendor ID.
    Syntax
    'Declaration
     
    Public Shared Sub Remove( _
       ByVal vendorId As ImGearSpotColorVendorID _
    ) 
    'Usage
     
    Dim vendorId As ImGearSpotColorVendorID
     
    ImGearColorBooks.Remove(vendorId)
    public static void Remove( 
       ImGearSpotColorVendorID vendorId
    )
    public: static void Remove( 
       ImGearSpotColorVendorID vendorId
    ) 
    public:
    static void Remove( 
       ImGearSpotColorVendorID vendorId
    ) 

    Parameters

    vendorId
    Vendor ID.
    See Also