Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

ImageIncompatibleReason Enumeration






Indicates the reason that the LEADTOOLS Leadtools.RasterImage object is not compatible with GDI+.
Syntax
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  
Members
ValueMemberDescription
0x00000000Compatible Image is compatible
0x00000001BitsPerPixel Unsupported Bits/Pixel
0x00000002Order Unsupported color byte order
0x00000003Palette Unsupported palette
0x00000004Data Unsupported raw data
0x00000005ViewPerspective Unsupported view perspective
0x00000006Other Unspecified reason
Remarks

For more information refer to RasterImage and GDI/GDI+.

Example
For an example, refer to RasterImageConverter.TestCompatible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Drawing.ImageIncompatibleReason

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

Error processing SSI file