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

DefaultBitsPerPixel Property

Show in webframe





Gets or sets the default bits per pixel that will be selected in the Save dialog box whenever this format is selected.
Syntax
public int DefaultBitsPerPixel {get; set;}
'Declaration
 
Public Property DefaultBitsPerPixel As Integer
'Usage
 
Dim instance As RasterSaveDialogFileFormat
Dim value As Integer
 
instance.DefaultBitsPerPixel = value
 
value = instance.DefaultBitsPerPixel

            

            
public:
property int DefaultBitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The default bits per pixel that will be selected in the Save dialog box whenever this format is selected.
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.