Specifies the Text document type.
[SerializableAttribute()]
[DataContractAttribute()]
public enum TextDocumentType
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum TextDocumentType
typedef NS_ENUM(NSInteger, LTTextDocumentType)
public enum TextDocumentType
[DataContractAttribute()]
[SerializableAttribute()]
public enum class TextDocumentType
Value | Member | Description |
---|---|---|
0 | Ansi |
The output text document type is ANSI (contains 8-bit ANSI characters only). |
1 | Unicode |
The output text document type is UNICODE (contains 16-bit UNICODE characters). |
2 | UnicodeBigEndian |
The output text document type is UNICODE with Big Endian, the most significant byte (MSB) value is stored at the memory location with the lowest address. |
3 | UTF8 |
The output text document type is UTF8. |
LEADTOOLS Document Writers can create different flavors of Text documents. You can specify the Text document type through the use of the TextDocumentOptions.DocumentType property.
Leadtools.Document.Writer Namespace
Programming with LEADTOOLS Document Writers
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document