DisplayDepth Property

Summary
Gets and sets the resulting image pixel depth.
Syntax
C#
VB
C++
public int DisplayDepth { get; set; } 
  
Public Property DisplayDepth As Integer 
public: 
property int DisplayDepth { 
   int get(); 
   void set (    int value); 
} 

Property Value

The resulting image pixel depth, must be 1, 4, 8, or 24.

Example

Refer to RasterOpenDialog 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.