C#
VB
C++
Gets or sets the format extension string that will be used when saving the file.
public string DefaultExtension { get; set; }
Public Property DefaultExtension As String
public:
property String^ DefaultExtension {
String^ get();
void set ( String^ value);
}
A string that represents the format extension string that will be used when saving the file.
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