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 = {
LeadtoolsMemberMarker(replace me) };
public enum class HtmlDocumentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
IE | The target document is compatible with Microsoft Internet Explorer. |
IENetscape | The target document is compatible with Microsoft Internet Explorer and Netscape Navigator. |
Netscape | The target document is compatible with Netscape Navigator. |
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
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