DOCWRTHTMTYPE

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.

Members

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.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help