Visual Basic (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 |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[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;} |
Managed Extensions for C++ | |
---|---|
[CategoryAttribute("DataBinding")] [DescriptionAttribute("The save format for the image when saving to data source when data binding for the control.")] public: __property RasterImageFormat get_BindingSaveImageFormat(); public: __property void set_BindingSaveImageFormat( RasterImageFormat value ); |
C++/CLI | |
---|---|
[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); } |
Return Value
the 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family