C#
VB
C++
Gets or sets the default bits per pixel that will be selected in the Save dialog box whenever this format is selected.
public int DefaultBitsPerPixel { get; set; }
Public Property DefaultBitsPerPixel As Integer
public:
property int DefaultBitsPerPixel {
int get();
void set ( int value);
}
The default bits per pixel that will be selected in the Save dialog box whenever this format is selected.
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