BindingLoadBitsPerPixel Property

Summary

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

Syntax

C#
C++/CLI
C++
public int BindingLoadBitsPerPixel { get; set; } 
public: 
property int BindingLoadBitsPerPixel { 
   int get(); 
   void set (    int ); 
} 
public:  
   property Int32 BindingLoadBitsPerPixel 
   { 
      Int32 get() 
      void set(Int32 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

See Also

Reference

RasterImageViewer Class

RasterImageViewer Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.