ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearSpotChannelInfo Class / ColorID Property




In This Topic
    ColorID Property
    In This Topic
    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