C#
VB
C++
Indicates the reason that the LEADTOOLS Leadtools.RasterImage object is not compatible with GDI+.
public enum ImageIncompatibleReason
Public Enum ImageIncompatibleReason
public enum class ImageIncompatibleReason
Members
Value | Member | Description |
---|---|---|
0 | Compatible | Image is compatible |
1 | BitsPerPixel | Unsupported Bits/Pixel |
2 | Order | Unsupported color byte order |
3 | Palette | Unsupported palette |
4 | Data | Unsupported raw data |
5 | ViewPerspective | Unsupported view perspective |
6 | Other | Unspecified reason |
For more information refer to RasterImage and GDI/GDI+.
For an example, refer to RasterImageConverter.TestCompatible.
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