typedef enum _DOCWRTHTMTYPE
{
DOCWRTHTMTYPE_IECOMPATIBLE = 0, //IE5 and above
DOCWRTHTMTYPE_NETSCAPEOMPATIBLE, //Netscape 4.6, 6.0+
DOCWRTHTMTYPE_IENETSCAPEOMPATIBLE //IE5 and above, Netscape 4.6, 6.0+
} DOCWRTHTMTYPE, *pDOCWRTHTMTYPE;
The DOCWRTHTMTYPE enumeration provides information about HTML documents.
The target document is compatible with Microsoft Internet Explorer.
The target document is compatible with Netscape Navigator.
The target document is compatible with Microsoft Internet Explorer and Netscape Navigator.
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