Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

TextDocumentType Enumeration








Specifies the Text document type.
Syntax
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum TextDocumentType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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,
	
 };
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.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

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