←Select platform

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

Leadtools.WinForms.CommonDialogs.File Assembly