Leadtools.WinForms Namespace > RasterImageViewer Class : BindingLoadBitsPerPixel Property |
[CategoryAttribute("DataBinding")] [DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")] public int BindingLoadBitsPerPixel {get; set;}
'Declaration <CategoryAttribute("DataBinding")> <DescriptionAttribute("The image bits per pixel used when loading images from a data binding object.")> Public Property BindingLoadBitsPerPixel As Integer
'Usage Dim instance As RasterImageViewer Dim value As Integer instance.BindingLoadBitsPerPixel = value value = instance.BindingLoadBitsPerPixel
[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); }