C#
VB
C++
Gets or sets a string containing the name of the file to be saved.
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 Save dialog box.
Refer to RasterSaveDialog 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