ShowBitsPerPixel Property

Summary

Enable or disable showing bits per pixel combo box in Save Dialog.

Syntax
C#
VB
C++
public bool ShowBitsPerPixel { get; set; } 
  
Public Property ShowBitsPerPixel As Boolean 
public: 
property bool ShowBitsPerPixel { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true: show bits per pixel combo box in save dialog, false: dont' show. Default value is true

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly