←Select platform

ImageIncompatibleReason Enumeration

Summary

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

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/Silverlight.

Example

For an example, refer to RasterImageConverter.TestCompatible.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.