Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BindingSaveBitsPerPixel Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : BindingSaveBitsPerPixel Property



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

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")>
<CategoryAttribute("DataBinding")>
Public Property BindingSaveBitsPerPixel As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Integer
 
instance.BindingSaveBitsPerPixel = value
 
value = instance.BindingSaveBitsPerPixel
C# 
[DescriptionAttribute("The image bits per pixel used when saving images to a data binding object.")]
[CategoryAttribute("DataBinding")]
public int BindingSaveBitsPerPixel {get; set;}
C++/CLI 
[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 value);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also