Visual Basic (Declaration) | |
---|---|
Public Enum TextDocumentType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum TextDocumentType : Enum |
C++/CLI | |
---|---|
public enum class TextDocumentType : public Enum |
Member | Description |
---|---|
Ansi | The output text document type is ANSI (contains 8-bit ANSI characters only). |
Unicode | The output text document type is UNICODE (contains 16-bit UNICODE characters). |
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. |
For an example, refer to TextDocumentOptions.
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.TextDocumentType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family