←Select platform

BindingSaveImageFormat Property

Summary

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

Syntax

C#
VB
C++
[CategoryAttribute("DataBinding")] 
[DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")] 
public Leadtools.RasterImageFormat BindingSaveImageFormat {get; set;} 
<CategoryAttribute("DataBinding")> 
<DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")> 
Public Property BindingSaveImageFormat As Leadtools.RasterImageFormat 
[CategoryAttribute("DataBinding")] 
[DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")] 
public: 
property Leadtools.RasterImageFormat BindingSaveImageFormat { 
   Leadtools.RasterImageFormat get(); 
   void set (    Leadtools.RasterImageFormat ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize