BitsPerPixelList Property

Summary

A RasterSaveDialogBitsPerPixelList class that represents the bits per pixel list associated with the format, to be displayed in the Save dialog box.

Syntax
C#
VB
C++
public RasterSaveDialogBitsPerPixelList BitsPerPixelList { get; set; } 
  
Public Property BitsPerPixelList As RasterSaveDialogBitsPerPixelList 
public: 
property RasterSaveDialogBitsPerPixelList^ BitsPerPixelList { 
   RasterSaveDialogBitsPerPixelList^ get(); 
   void set (    RasterSaveDialogBitsPerPixelList^ value); 
} 

Property Value

A RasterSaveDialogBitsPerPixelList class that represents the bits per pixel list associated with the format, to be displayed in the Save dialog box.

Example

Refer to RasterSaveDialog 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