LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BindingSaveImageFormat Property

Show in webframe





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:
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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.