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

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

Leadtools.WinForms Assembly