ImageGear .NET - Updated
FileName Property (ImGearARTImage)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTImage Class : FileName Property
Gets or sets the file name of the image reference.
Syntax
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As ImGearARTImage
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public string FileName {get; set;}
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearARTImage Class
ImGearARTImage Members