| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterGdiPlusIncompatibleReason Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum RasterGdiPlusIncompatibleReason : Enum  | |
| C++/CLI | |
|---|---|
public enum class RasterGdiPlusIncompatibleReason : public Enum  | |
| Member | Description | 
|---|---|
| Compatible | Image is compatible | 
| BitsPerPixel | Unsupported Bits/Pixel | 
| Order | Unsupported color byte order | 
| Palette | Unsupported palette | 
| Data | Unsupported raw data | 
| ViewPerspective | Unsupported view perspective | 
| Other | Unspecified reason | 
For more information, refer to Using The PaintEngine Property.
System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterGdiPlusIncompatibleReason
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family