C#
VB
C++
Gets or sets a string containing the file name selected in the file dialog box.
public string FileName { get; set; }
Public Property FileName As String
public:
property String^ FileName {
String^ get();
void set ( String^ value);
}
The file name selected in the file dialog box.
Use this to initiate the dialog selection file name. The selected file(s) when the user presses Open in OpenedFileData.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET