Specifies the HTML document type.
[SerializableAttribute()]
[DataContractAttribute()]
public enum HtmlDocumentType
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum HtmlDocumentType
public enum HtmlDocumentType
[DataContractAttribute()]
[SerializableAttribute()]
public enum class HtmlDocumentType
Members
Value | Member | Description |
---|---|---|
0 | IE |
The target document is compatible with Microsoft Internet Explorer. |
1 | Netscape |
The target document is compatible with Netscape Navigator. |
2 | IENetscape |
The target document is compatible with Microsoft Internet Explorer and 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.
For an example, refer to HtmlDocumentOptions.
Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET