LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

TextDocumentType Enumeration

Show in webframe







Specifies the Text document type.
Syntax
'Declaration
 
Public Enum TextDocumentType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As TextDocumentType
public enum TextDocumentType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.DocumentWriters.TextDocumentType = function() { };
Leadtools.Forms.DocumentWriters.TextDocumentType.prototype = {
Ansi = 0, Unicode = 1, UnicodeBigEndian = 2, };
public enum class TextDocumentType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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