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




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

    Property Value

    String value.
    See Also