C#
VB
C++
Gets or sets the Leadtools.RasterImageFormat used when saving images to a data binding object.
public RasterImageFormat BindingSaveImageFormat { get; set; }
Public Property BindingSaveImageFormat As Leadtools.RasterImageFormat
public:
property Leadtools.RasterImageFormat BindingSaveImageFormat {
Leadtools.RasterImageFormat get();
void set ( Leadtools.RasterImageFormat );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET