Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BindingLoadBitsPerPixel Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : BindingLoadBitsPerPixel Property



Gets or sets the image bits per pixel used when loading images from a data binding object.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")>
<CategoryAttribute("DataBinding")>
Public Property BindingLoadBitsPerPixel As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Integer
 
instance.BindingLoadBitsPerPixel = value
 
value = instance.BindingLoadBitsPerPixel
C# 
[DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")]
[CategoryAttribute("DataBinding")]
public int BindingLoadBitsPerPixel {get; set;}
C++/CLI 
[DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")]
[CategoryAttribute("DataBinding")]
public:
property int BindingLoadBitsPerPixel {
   int get();
   void set (int value);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also