Specifies the HTML document type.
[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
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.
Leadtools.Document.Writer Namespace
Programming with LEADTOOLS Document Writers
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document