Gets the file name.
'Declaration
Public ReadOnly Property Filename As String
'Usage
Dim instance As ImageX
Dim value As String
value = instance.Filename
public string Filename {get;}
public: __property string* get_Filename();
public:
property String^ Filename {
String^ get();
}
Property Value
The file name of the file loaded using FromFile.