ImageGear .NET v25.1 - Updated
FileName Property (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : FileName Property
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

Reference

ImGearColorBook Class
ImGearColorBook Members