LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

ImageIncompatibleReason Enumeration

Show in webframe





Indicates the reason that the LEADTOOLS Leadtools.RasterImage object is not compatible with GDI+.
Syntax
public enum ImageIncompatibleReason : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageIncompatibleReason 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageIncompatibleReason

            

            
public enum class ImageIncompatibleReason : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000CompatibleImage is compatible
0x00000001BitsPerPixelUnsupported Bits/Pixel
0x00000002OrderUnsupported color byte order
0x00000003PaletteUnsupported palette
0x00000004DataUnsupported raw data
0x00000005ViewPerspectiveUnsupported view perspective
0x00000006OtherUnspecified 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.