HTMOptions property (IEpnDocumentOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnHtmOptions * HTMOptions;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

(Rea only) Gets the information about HTML pages properties. Use this property only if the value of the Format property of the IEpnSaveOptions object is set to FILE_EPN_HTML.

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

This IEpnHtmOptions object contains the following properties:

AutoEmbed property

BackgroundColor property

Checked property

Compatibility property

Embedable property

EmbedAll property

EmbeddedFontsCount property

EnableURLDetect property

Fonts property

ForceEmbed property

ForceHyperlinkColor property

Hyperlink property

Title property

Underline property

Unicoded property

The above properties are updated by calling the GetPrinterSaveOptions method.

The HTMOptions property itself is read only. However, the properties accessed by this property can be set with new values. To set these values, call the SetPrinterSaveOptions method.

See Also

Elements:

PDFOptions property, TXTOptions property, RTFOptions property, DOCOptions property, WithoutShapes property, MultiPageFile property, AutoEmbed property, BackgroundColor property, Checked property, Compatibility property, Embedable property, EmbedAll property, EmbeddedFontsCount property, EnableURLDetect property, Fonts property, ForceEmbed property, ForceHyperlinkColor property, Hyperlink property, Title property, Underline property, Unicoded property, SetPrinterSaveOptions method, GetPrinterSaveOptions method, DocumentOptions property

Topics:

ePrint: Getting and Setting Saving Options