LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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) 
<CategoryAttribute("DataBinding")>
<DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")>
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# 
[CategoryAttribute("DataBinding")]
[DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")]
public int BindingLoadBitsPerPixel {get; set;}
C++/CLI 
[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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also