C#
VB
C++
Determines whether the Save dialog box will display an Options button that displays the File Save Options dialog box when it is clicked.
public bool ShowOptions { get; set; }
Public Property ShowOptions As Boolean
public:
property bool ShowOptions {
bool get();
void set ( bool value);
}
true if the Options button is to be displayed; otherwise, false.
The File Save Options dialog can be seen below:
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