LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BindingLoadBitsPerPixel Property

Show in webframe





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

            

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

Property Value

The image bits per pixel used when loading images from a data binding object.
Remarks
Set this property to 0 to load the images using the bits/pixel value saved in the imege data.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


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