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 : HtmlDocumentType Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum HtmlDocumentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum HtmlDocumentType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As HtmlDocumentType
[DataContractAttribute()] [SerializableAttribute()] public enum HtmlDocumentType : System.IComparable, System.IConvertible, System.IFormattable
public enum HtmlDocumentType
Leadtools.Forms.DocumentWriters.HtmlDocumentType = function() { }; Leadtools.Forms.DocumentWriters.HtmlDocumentType.prototype = {<br/> IE = 0, Netscape = 1, IENetscape = 2, };
[DataContractAttribute()] [SerializableAttribute()] public enum class HtmlDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
LEADTOOLS Document Writers can create different types of HTML documents. You can specify the HTML document type through the use of the HtmlDocumentOptions.DocumentType property.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.HtmlDocumentType