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.Set this property to 0 to automatically use the most compatible bits/pixel value with the image file format set in BindingSaveImageFormat.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7