Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterSaveDialogBitsPerPixelList Class
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterSaveDialogBitsPerPixelList Class



Save dialog format Bits Per Pixel list class to hold the bits per pixel to be added in the save dialog bits per pixel combo, refer to RasterSaveDialogBitsPerPixel.

Object Model


Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class RasterSaveDialogBitsPerPixelList 
Visual Basic (Usage)Copy Code
Dim instance As RasterSaveDialogBitsPerPixelList
C# 
[DefaultMemberAttribute("Item")]
public class RasterSaveDialogBitsPerPixelList 
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class RasterSaveDialogBitsPerPixelList 

Example

Refer to RasterSaveDialog example.

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.CommonDialogs.File.RasterSaveDialogBitsPerPixelList

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also