Leadtools.WinForms Namespace > RasterImageViewer Class : BindingSaveImageFormat Property |
[CategoryAttribute("DataBinding")] [DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")] public RasterImageFormat BindingSaveImageFormat {get; set;}
'Declaration <CategoryAttribute("DataBinding")> <DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")> Public Property BindingSaveImageFormat As RasterImageFormat
'Usage Dim instance As RasterImageViewer Dim value As RasterImageFormat instance.BindingSaveImageFormat = value value = instance.BindingSaveImageFormat
[CategoryAttribute("DataBinding")] [DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")] public: property RasterImageFormat BindingSaveImageFormat { RasterImageFormat get(); void set ( RasterImageFormat value); }