ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / FileName Property




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

    Property Value

    String value.
    See Also