Leadtools.Forms.DocumentWriters Namespace : TextDocumentType Enumeration |
public enum TextDocumentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum TextDocumentType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TextDocumentType
public enum TextDocumentType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.DocumentWriters.TextDocumentType = function() { }; Leadtools.Forms.DocumentWriters.TextDocumentType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class TextDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2