LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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

RasterSaveDialogBitsPerPixelList ClassRasterSaveDialogBitsPerPixel Class

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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also