ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBook Interface / VendorID Property




In This Topic
    VendorID Property (IImGearColorBook)
    In This Topic
    Gets the color book vendor ID value.
    Syntax
    'Declaration
     
    ReadOnly Property VendorID As ImGearSpotColorVendorID
    'Usage
     
    Dim instance As IImGearColorBook
    Dim value As ImGearSpotColorVendorID
     
    value = instance.VendorID
    ImGearSpotColorVendorID VendorID {get;}
    __property ImGearSpotColorVendorID get_VendorID();
    property ImGearSpotColorVendorID VendorID {
       ImGearSpotColorVendorID get();
    }

    Property Value

    ImGearSpotColorVendorID enumeration value.
    See Also