Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

DOCWRTHTMTYPE

Show in webframe

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 created document is compatible with Internet Explorer (IE5 and above)

DOCWRTHTMTYPE_NETSCAPEOMPATIBLE

The created document is compatible with Internet Explorer and Netscape

DOCWRTHTMTYPE_IENETSCAPEOMPATIBLE

The created document is compatible with Netscape

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.