public enum ImageIncompatibleReason : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ImageIncompatibleReason Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ImageIncompatibleReason
public enum class ImageIncompatibleReason : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Compatible | Image is compatible |
0x00000001 | BitsPerPixel | Unsupported Bits/Pixel |
0x00000002 | Order | Unsupported color byte order |
0x00000003 | Palette | Unsupported palette |
0x00000004 | Data | Unsupported raw data |
0x00000005 | ViewPerspective | Unsupported view perspective |
0x00000006 | Other | Unspecified reason |
For more information refer to RasterImage and GDI/GDI+.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.ImageIncompatibleReason