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