←Select platform

ImageFormat Enumeration

Summary

An enumeration representing the supported image formats.

Syntax

C#
VB
Java
Objective-C
C++
public enum ImageFormat  
Public Enum ImageFormat  
    
typedef NS_ENUM(NSInteger, LTImageFormat) 
             
public enum ImageFormat 
             
public: 
   enum class ImageFormat sealed 

Members

ValueMemberDescription
0YUV420 YUV420 format.
1YCbCr420 YCbCr420 format.
2YCrCb420 YCrCb420 format.
3RGB8888 RGB8888 format.
4BGR8888 BGR8888 format.
5RGB888 RGB888 format.
6BGR888 BGR888 format.
Requirements

Target Platforms

See Also

Reference

Leadtools.CreditCards Namespace

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

Leadtools.CreditCards Assembly