LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

BindingLoadBitsPerPixel Property






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 int BindingLoadBitsPerPixel {get; set;}
CategoryAttribute("DataBinding")
DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")
 get_BindingLoadBitsPerPixel();
set_BindingLoadBitsPerPixel(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.