DefaultBitsPerPixel Property

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

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.