Specifies the Text document type.
[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
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.
For an example, refer to TextDocumentOptions.
Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET