←Select platform

HtmlDocumentType Enumeration

Summary

Specifies the HTML document type.

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum HtmlDocumentType 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum HtmlDocumentType  
    
    
public enum HtmlDocumentType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class HtmlDocumentType   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly