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

ShowBitsPerPixel Property

Show in webframe





Enable or disable showing bits per pixel combo box in Save Dialog.
Syntax
public bool ShowBitsPerPixel {get; set;}
'Declaration
 
Public Property ShowBitsPerPixel As Boolean
'Usage
 
Dim instance As RasterSaveDialog
Dim value As Boolean
 
instance.ShowBitsPerPixel = value
 
value = instance.ShowBitsPerPixel

            

            
public:
property bool ShowBitsPerPixel {
   bool get();
   void set (    bool value);
}

Property Value

true: show bits per pixel combo box in save dialog, false: dont' show. Default value is true
Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


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