←Select platform

TextDocumentType Enumeration

Summary

Specifies the Text document type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum TextDocumentType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum TextDocumentType  
    
    
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum TextDocumentType    
typedef NS_ENUM(NSInteger, LTTextDocumentType) 
public enum TextDocumentType 
Leadtools.Forms.DocumentWriters.TextDocumentType = function() { }; 
Leadtools.Forms.DocumentWriters.TextDocumentType.prototype = {<br/> 
  Ansi = 0, 
    Unicode = 1, 
    UnicodeBigEndian = 2, 
    UTF8 = 3, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly