←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++
public int BindingLoadBitsPerPixel { get; set; } 
Public Property BindingLoadBitsPerPixel As Integer 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly