C#
VB
C++
Indicates the reason that the LEADTOOLS Leadtools.RasterImage object is not compatible with WPF/Silverlight.
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 WPF/Silverlight.
For an example, refer to RasterImageConverter.TestCompatible.