Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

TextDocumentType Enumeration

Show in webframe
Specifies the Text document type.
Syntax
Leadtools.Documents.Writers.TextDocumentType = function() { };
Leadtools.Documents.Writers.TextDocumentType.prototype = {
	ansi = 0,
	unicode = 1,
	unicodeBigEndian = 2,
	utf8 = 3,
	
 };
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.

See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file