←Select platform

ImageIncompatibleReason Enumeration

Summary

Indicates the reason why a LEADTOOLS RasterImage object is not compatible with WinRT.

Syntax

C#
VB
WinRT C#
C++
public enum ImageIncompatibleReason   
Public Enum ImageIncompatibleReason  
    
    
public enum ImageIncompatibleReason    
Leadtools.Converters.ImageIncompatibleReason = function() { }; 
Leadtools.Converters.ImageIncompatibleReason.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
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 WinRT.

Requirements

Target Platforms

See Also

Reference

Leadtools.Converters Namespace

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

Leadtools.Converters Assembly