←Select platform

ImageIncompatibleReason Enumeration

Summary

Indicates the reason that the LEADTOOLS Leadtools.RasterImage object is not compatible with GDI+.

Syntax
C#
VB
C++
public enum ImageIncompatibleReason   
Public Enum ImageIncompatibleReason  
public enum class ImageIncompatibleReason   

Members
ValueMemberDescription
0Compatible Image is compatible
1BitsPerPixel Unsupported Bits/Pixel
2Order Unsupported color byte order
3Palette Unsupported palette
4Data Unsupported raw data
5ViewPerspective Unsupported view perspective
6Other Unspecified reason

Remarks

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

Example

For an example, refer to RasterImageConverter.TestCompatible.

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly