←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly