| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageIncompatibleReason Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageIncompatibleReason | |
| C# | |
|---|---|
public enum ImageIncompatibleReason : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ImageIncompatibleReason : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BitsPerPixel | Unsupported Bits/Pixel |
| Compatible | Image is compatible |
| Data | Unsupported raw data |
| Order | Unsupported color byte order |
| Other | Unspecified reason |
| Palette | Unsupported palette |
| ViewPerspective | Unsupported view perspective |
For an example, refer to RasterImageConverter.TestCompatible.
For more information refer to RasterImage and GDI/GDI+.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.ImageIncompatibleReason
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code