Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("DataBinding")> <DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")> Public Property BindingLoadBitsPerPixel As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageViewer Dim value As Integer instance.BindingLoadBitsPerPixel = value value = instance.BindingLoadBitsPerPixel |
C# | |
---|---|
[CategoryAttribute("DataBinding")] [DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")] public int BindingLoadBitsPerPixel {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("DataBinding")] [DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")] public: property int BindingLoadBitsPerPixel { int get(); void set ( int value); } |
Property Value
The image bits per pixel used when loading images from a data binding object.Set this property to 0 to load the images using the bits/pixel value saved in the imege data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7