←Select platform

TextDocumentType Enumeration

Summary
Specifies the Text document type.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum TextDocumentType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum TextDocumentType  
typedef NS_ENUM(NSInteger, LTTextDocumentType) 
public enum TextDocumentType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class TextDocumentType   
Members
ValueMemberDescription
0Ansi

The output text document type is ANSI (contains 8-bit ANSI characters only).

1Unicode

The output text document type is UNICODE (contains 16-bit UNICODE characters).

2UnicodeBigEndian

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.

3UTF8

The output text document type is UTF8.

Remarks

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.

Example

For an example, refer to TextDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

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