←Select platform

CodecsTxtEncoding Enumeration

Summary
Indicates the color byte order of the image data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CodecsTxtEncoding 
typedef NS_ENUM(NSInteger, LTCodecsTxtEncoding) { 
 LTCodecsTxtEncodingAuto = 0,  
 LTCodecsTxtEncodingAnsi = 1,  
 LTCodecsTxtEncodingUtf7 = 2,  
 LTCodecsTxtEncodingUtf8 = 3,  
 LTCodecsTxtEncodingUtf16LE = 4,  
 LTCodecsTxtEncodingUtf16BE = 5,  
}; 
public enum CodecsTxtEncoding 
public enum class CodecsTxtEncoding   
class CodecsTxtEncoding(Enum): 
   Auto = 0 
   Ansi = 1 
   Utf7 = 2 
   Utf8 = 3 
   Utf16LE = 4 
   Utf16BE = 5 
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 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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