LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

BindingSaveImageFormat Property






Gets or sets the Leadtools.RasterImageFormat used when saving images to a data binding object.
Syntax
[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 RasterImageFormat BindingSaveImageFormat {get; set;}
CategoryAttribute("DataBinding")
DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")
 get_BindingSaveImageFormat();
set_BindingSaveImageFormat(value);
[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);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.