LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

BitsPerPixelList Property






A RasterSaveDialogBitsPerPixelList class that represents the bits per pixel list associated with the format, to be displayed in the Save dialog box.
Syntax
public RasterSaveDialogBitsPerPixelList BitsPerPixelList {get; set;}
'Declaration
 
Public Property BitsPerPixelList As RasterSaveDialogBitsPerPixelList
'Usage
 
Dim instance As RasterSaveDialogFileFormat
Dim value As RasterSaveDialogBitsPerPixelList
 
instance.BitsPerPixelList = value
 
value = instance.BitsPerPixelList
public RasterSaveDialogBitsPerPixelList BitsPerPixelList {get; set;}
 get_BitsPerPixelList();
set_BitsPerPixelList(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSaveDialogFileFormat Class
RasterSaveDialogFileFormat Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.