The HtmlDocumentType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies the HTML document type.| Visual Basic (Declaration) | |
|---|---|
Public Enum HtmlDocumentType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As HtmlDocumentType | |
| C# | |
|---|---|
public enum HtmlDocumentType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class HtmlDocumentType : public System.Enum, IComparable, IConvertible, 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code