C#
VB
C++
Enable or disable showing formats sub type combo box in Save Dialog.
public bool ShowFormatSubType { get; set; }
Public Property ShowFormatSubType As Boolean
public:
property bool ShowFormatSubType {
bool get();
void set ( bool value);
}
true: show formats sub type combo box in save dialog, false: dont' show. Default value is true
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