←Select platform

BindingLoadBitsPerPixel Property

Summary

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

Syntax

C#
VB
C++
[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.")> 
Public Property BindingLoadBitsPerPixel As Integer 
[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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize