Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BindingSaveImageFormat Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : BindingSaveImageFormat Property



Gets or sets the RasterImageFormat used when saving images to a data binding object.

Syntax

Visual Basic (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
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As RasterImageFormat
 
instance.BindingSaveImageFormat = value
 
value = instance.BindingSaveImageFormat
C# 
[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;}
C++/CLI 
[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);
}

Return Value

the RasterImageFormat used when saving images to a data binding object.

Remarks

BindingSaveBitsPerPixel must be set to a value compatible with the image format used or 0 to automatically use the most compatible bits/pixel value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also