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;}
'Declaration
Public Property DefaultBitsPerPixel As Integer
'Usage
Dim instance As RasterSaveDialogFileFormat
Dim value As Integer
instance.DefaultBitsPerPixel = value
value = instance.DefaultBitsPerPixel
public:
property int DefaultBitsPerPixel {
int get();
void set ( int value);
}
Property Value
The default bits per pixel that will be selected in the Save dialog box whenever this format is selected.