←Select platform

CodecsTxtEncoding Enumeration

Summary
Indicates the color byte order of the image data.
Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsTxtEncoding 
Public Enum CodecsTxtEncoding  
typedef NS_ENUM(NSInteger, LTCodecsTxtEncoding) 
public enum CodecsTxtEncoding 
public enum class CodecsTxtEncoding   
Members
ValueMemberDescription
0AutoAutomatically detect UTF8 or ANSI content
1Ansi8-bit ANSI
2Utf77-bit Unicode
3Utf88-bit Unicode
4Utf16LE16-bit Unicode in little endian (Intel) byte order
5Utf16BE16-bit Unicode in big endian (Motorola) byte order
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.