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.
Member |
Description |
DOCWRTHTMTYPE_IECOMPATIBLE |
The target document is compatible with Microsoft Internet Explorer. |
DOCWRTHTMTYPE_NETSCAPEOMPATIBLE |
The target document is compatible with Netscape Navigator. |
DOCWRTHTMTYPE_IENETSCAPEOMPATIBLE |
The target document is compatible with Microsoft Internet Explorer and Netscape Navigator. |
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