LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BindingSaveImageFormat Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : BindingSaveImageFormat Property



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

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")>
<CategoryAttribute("DataBinding")>
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# 
[DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")]
[CategoryAttribute("DataBinding")]
public RasterImageFormat BindingSaveImageFormat {get; set;}
C++/CLI 
[DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")]
[CategoryAttribute("DataBinding")]
public:
property RasterImageFormat BindingSaveImageFormat {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

the Leadtools.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also