LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
TextDocumentType Enumeration
See Also  
Leadtools.Forms.DocumentWriters Namespace : TextDocumentType Enumeration



The TextDocumentType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Specifies the Text document type.

Syntax

Visual Basic (Declaration) 
Public Enum TextDocumentType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TextDocumentType
C# 
public enum TextDocumentType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TextDocumentType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
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.

Example

For an example, refer to TextDocumentOptions.

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.TextDocumentType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features