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 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