LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BindingSaveBitsPerPixel Property

Show in webframe





Gets or sets the image bits per pixel used when saving images to a data binding object.
Syntax
[DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")]
[CategoryAttribute("DataBinding")]
public int BindingSaveBitsPerPixel {get; set;}
'Declaration
 
<DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")>
<CategoryAttribute("DataBinding")>
Public Property BindingSaveBitsPerPixel As Integer
'Usage
 
Dim instance As RasterImageViewer
Dim value As Integer
 
instance.BindingSaveBitsPerPixel = value
 
value = instance.BindingSaveBitsPerPixel

            

            
[DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")]
[CategoryAttribute("DataBinding")]
public:
property int BindingSaveBitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The image bits per pixel used when saving images to a data binding object.
Remarks
Set this property to 0 to automatically use the most compatible bits/pixel value with the image file format set in BindingSaveImageFormat.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


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