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;}
'Declaration
Public Property DefaultSubFormatIndex As Integer
'Usage
Dim instance As RasterSaveDialogBitsPerPixel
Dim value As Integer
instance.DefaultSubFormatIndex = value
value = instance.DefaultSubFormatIndex
public:
property int DefaultSubFormatIndex {
int get();
void set ( int value);
}
Property 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.