ClearImage .NET API
FileName Property (ImageInfo)





Inlite.ClearImageNet Namespace > ImageInfo Class : FileName Property
Name of the image file
Syntax
'Declaration
 
Public ReadOnly Property FileName As System.String
'Usage
 
Dim instance As ImageInfo
Dim value As System.String
 
value = instance.FileName
public System.string FileName {get;}
public read-only property FileName: System.String; 
public function get FileName : System.String
public:
property System.String^ FileName {
   System.String^ get();
}
See Also

Reference

ImageInfo Class
ImageInfo Members