Leadtools.Forms.DocumentWriters Namespace : HtmlDocumentType Enumeration |
public enum HtmlDocumentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum HtmlDocumentType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HtmlDocumentType
public enum HtmlDocumentType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.DocumentWriters.HtmlDocumentType = function() { }; Leadtools.Forms.DocumentWriters.HtmlDocumentType.prototype = {
IE = 0, Netscape = 1, IENetscape = 2, };
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