←Select platform

ImageIncompatibleReason Enumeration

Summary

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

Syntax
C#
VB
C++
public enum ImageIncompatibleReason 
  
Public Enum ImageIncompatibleReason  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ImageIncompatibleReason : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0CompatibleImage is compatible
1BitsPerPixelUnsupported Bits/Pixel
2OrderUnsupported color byte order
3PaletteUnsupported palette
4DataUnsupported raw data
5ViewPerspectiveUnsupported view perspective
6OtherUnspecified reason

Remarks

For more information refer to RasterImage and WPF.

Example

For an example, refer to RasterImageConverter.TestCompatible.

Requirements

Target Platforms

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