ImageGear .NET - Updated
VendorID Property (ImGearSpotChannelInfo)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearSpotChannelInfo Class : VendorID Property
Gets vendor ID of the spot color.
Syntax
'Declaration
 
Public ReadOnly Property VendorID As ImGearSpotColorVendorID
'Usage
 
Dim instance As ImGearSpotChannelInfo
Dim value As ImGearSpotColorVendorID
 
value = instance.VendorID
public ImGearSpotColorVendorID VendorID {get;}
public: __property ImGearSpotColorVendorID get_VendorID();
public:
property ImGearSpotColorVendorID VendorID {
   ImGearSpotColorVendorID get();
}

Property Value

ImGearSpotColorVendorID enumeration value.
See Also

Reference

ImGearSpotChannelInfo Class
ImGearSpotChannelInfo Members