Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace : TextDocumentType Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum TextDocumentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum TextDocumentType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As TextDocumentType
[DataContractAttribute()] [SerializableAttribute()] public enum TextDocumentType : System.IComparable, System.IConvertible, System.IFormattable
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, };
[DataContractAttribute()] [SerializableAttribute()] public enum class TextDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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