The TextDocumentType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies the Text document type.| Visual Basic (Declaration) | |
|---|---|
Public Enum TextDocumentType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TextDocumentType | |
| C# | |
|---|---|
public enum TextDocumentType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class TextDocumentType : public System.Enum, IComparable, IConvertible, IFormattable | |
| 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. |
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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code