←Select platform

HtmlDocumentType Enumeration

Summary
Specifies the HTML document type.
Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
[ObsoleteAttribute("This enumeration should not be used in this version")] 
public enum HtmlDocumentType 
<SerializableAttribute(),  
 DataContractAttribute(),  
 ObsoleteAttribute("This enumeration should not be used in this version")>  
Public Enum HtmlDocumentType 
public: 
   [SerializableAttribute,  
   DataContractAttribute,  
   ObsoleteAttribute(L"This enumeration should not be used in this version")] 
   enum class HtmlDocumentType sealed 
Members
ValueMemberDescription
0IE

The target document is compatible with Microsoft Internet Explorer.

1Netscape

The target document is compatible with Netscape Navigator.

2IENetscape

The target document is compatible with Microsoft Internet Explorer and Netscape Navigator.

Remarks

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.

Example

For an example, refer to HtmlDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.