| 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.BindingSaveBitsPerPixel must be set to a value compatible with the image format used or 0 to automatically use the most compatible bits/pixel value.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code