Tests a Leadtools.RasterImage to see if it is compatible with the GDI+ Image.
public static ImageIncompatibleReason TestCompatible(RasterImage image,bool noPalette)
Public Shared Function TestCompatible( _ByVal image As Leadtools.RasterImage, _ByVal noPalette As Boolean _) As Leadtools.Drawing.ImageIncompatibleReason
public:static Leadtools.Drawing.ImageIncompatibleReason TestCompatible(Leadtools.RasterImage^ image,bool noPalette)
image
The source image.
noPalette
Fails if the image is palletized.
Value indicating the compatibility.
For a Leadtools.RasterImage to be compatible with a GDI+ image it needs the following:
For more information, refer to Using The PaintEngine Property.
For more information refer to RasterImage and GDI/GDI+.
For an example, refer to MakeCompatible.
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
