ForceEmbed property (IEpnHtmOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL ForceEmbed;

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Indicates whether to embed Licensed Fonts in the HTML pages. Possible values are:

Value

Meaning

VARIANT_TRUE

Embed the Licensed Fonts. For more information about embedding licensed fonts, refer to Licensed Fonts.

VARIANT_FALSE

Do not embed licensed fonts. This is the default value.

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, Compatibility property, Unicoded property, EnableURLDetect property, Underline property, ForceHyperlinkColor property, Hyperlink 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