ClearImageNet Send comments on this topic.
FileName Property
See Also 
Inlite.ClearImageNet Namespace > ImageInfo Class : FileName Property




Name of the image file

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FileName As String
Visual Basic (Usage)Copy Code
Dim instance As ImageInfo
Dim value As String
 
value = instance.FileName
C# 
public string FileName {get;}
Managed Extensions for C++ 
public: __property string* get_FileName();
C++/CLI 
public:
property String^ FileName {
   String^ get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]