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




In This Topic
    Prefix Property (IImGearColorBook)
    In This Topic
    Gets the color book prefix string value.
    Syntax
    'Declaration
     
    ReadOnly Property Prefix As String
    'Usage
     
    Dim instance As IImGearColorBook
    Dim value As String
     
    value = instance.Prefix
    string Prefix {get;}
    __property string* get_Prefix();
    property String^ Prefix {
       String^ get();
    }

    Property Value

    String value.
    See Also