Makes a Leadtools.RasterImage GDI+ compatible.
public static void MakeCompatible(RasterImage image,PixelFormat pixelFormat,bool noPalette)
Public Shared Sub MakeCompatible( _ByVal image As Leadtools.RasterImage, _ByVal pixelFormat As PixelFormat, _ByVal noPalette As Boolean _)
public:static void MakeCompatible(Leadtools.RasterImage^ image,PixelFormat pixelFormat,bool noPalette)
image
The source image.
pixelFormat
The pixel format to use.
noPalette
Fails if the image is palletized.
Pass PixelFormat.DontCare to the pixelFormat parameter to have the method choose the appropriate pixel format.
For a Leadtools.RasterImage to be compatible with a GDI+ image it needs the following:
This method will make one or more of the changes above to the Leadtools.RasterImage if needed.
For more information refer to RasterImage and GDI/GDI+.
For an example, refer to ConvertToImage
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
