Visual Basic (Declaration) | |
---|---|
Public Enum HtmlDocumentType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum HtmlDocumentType : Enum |
C++/CLI | |
---|---|
public enum class HtmlDocumentType : public Enum |
Member | Description |
---|---|
IE | The target document is compatible with Microsoft Internet Explorer. |
Netscape | The target document is compatible with Netscape Navigator. |
IENetscape | The target document is compatible with Microsoft Internet Explorer and Netscape Navigator. |
For an example, refer to HtmlDocumentOptions.
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family