ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBookColor Interface / ID Property




In This Topic
    ID Property (IImGearColorBookColor)
    In This Topic
    Gets the catalog code of the color.
    Syntax
    'Declaration
     
    ReadOnly Property ID As Long
    'Usage
     
    Dim instance As IImGearColorBookColor
    Dim value As Long
     
    value = instance.ID
    long ID {get;}
    __property long get_ID();
    property int64 ID {
       int64 get();
    }

    Property Value

    Long value.
    See Also