LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

BitsPerPixelList Property

Show in webframe





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:
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

See Also

Reference

RasterSaveDialogFileFormat Class
RasterSaveDialogFileFormat Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.