DOCWRTHTMTYPE

Summary

The DOCWRTHTMTYPE enumeration provides information about HTML documents.

Syntax

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; 

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.

Usage

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.