Compatibility property (IEpnHtmOptions)

Visual Basic example

Visual C++ example

 

Syntax

CompatibilityConstants Compatibility;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets a value that determines the compatibility of the generated HTML files with the Internet browsers. Possible values are:

Value

Meaning

COMPATIBLE_IE

The generated HTML files are compatible with Internet Explorer 5.0 and later. These HTML documents use the Microsoft VML (Vector Markup Language) to draw vector objects. This is the default value.

COMPATIBLE_NETSCAPE

The generated HTML files are compatible with Netscape Navigator 4.6, Netscape Navigator 6.0 and later. These HTML documents do not support VML. Java script is used instead to produce the same quality.

COMPATIBLE_BOTH

The generated HTML files are compatible with both Internet Explorer 5.0 and later and Netscape Navigator 4.6, 6.0 and later. These HTML files use both VML and Java script.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This property is used to configure the HTML pages properties.

To update the value of this property with the currently used setting, call the GetPrinterSaveOptions method.

To update the HTML pages properties, set this property and the other IEpnHtmOptions properties accessed by the HTMOptions property and call the SetPrinterSaveOptions method.

See Also

Elements:

Title property, BackgroundColor property, Unicoded property, EnableURLDetect property, Underline property, ForceHyperlinkColor property, Hyperlink property, ForceEmbed property, AutoEmbed property, EmbedAll property, EmbeddedFontsCount property, Checked property, Embedable property, Fonts property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, HTMOptions property

Topics:

ePrint: Getting and Setting HTML Pages Options