←Select platform

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

Leadtools.WinForms.CommonDialogs.File Assembly