ImageGear .NET - Updated
ColorID Property




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

Property Value

Long value.
See Also

Reference

ImGearSpotChannelInfo Class
ImGearSpotChannelInfo Members