C#
VB
C++
Enable or disable showing bits per pixel combo box in Save Dialog.
public bool ShowBitsPerPixel { get; set; }
Public Property ShowBitsPerPixel As Boolean
public:
property bool ShowBitsPerPixel {
bool get();
void set ( bool value);
}
true: show bits per pixel 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