←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly