Gets or sets a value that represents the default format sub-type index for the bits per pixel being used to save the file.
public int DefaultSubFormatIndex { get; set; }
Public Property DefaultSubFormatIndex As Integer
public:
property int DefaultSubFormatIndex {
int get();
void set ( int value);
}
A value that represents the default format sub-type index the bits per pixel being used to save the file. For a listing of the sub-types supported by each format, refer to the RasterDialogFileTypesIndex enumeration.
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