TextDocumentType Enumeration

Summary

Specifies the Text document type.

Syntax
TypeScript
JavaScript
lt.Document.Writer.TextDocumentType = { 
   ansi: 0, 
   unicode: 1, 
   unicodeBigEndian: 2, 
   utf8: 3 
} 
lt.Document.Writer.TextDocumentType = { 
   ansi: 0, 
   unicode: 1, 
   unicodeBigEndian: 2, 
   utf8: 3 
} 
Members
0 Ansi

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

1 Unicode

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

2 UnicodeBigEndian

(2) 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

(3) 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.

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

Leadtools.Document Assembly

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