LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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);
}

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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also