←Select platform

BindingSaveBitsPerPixel Property

Summary

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

Syntax

C#
VB
C++
[DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")] 
[CategoryAttribute("DataBinding")] 
public int BindingSaveBitsPerPixel {get; set;} 
<DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")> 
<CategoryAttribute("DataBinding")> 
Public Property BindingSaveBitsPerPixel As Integer 
[DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")] 
[CategoryAttribute("DataBinding")] 
public: 
property int BindingSaveBitsPerPixel { 
   int get(); 
   void set (    int ); 
} 

Property Value

The image bits per pixel used when saving images to a data binding object.

Remarks

Set this property to 0 to automatically use the most compatible bits/pixel value with the image file format set in BindingSaveImageFormat.

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