Checked property (IEpnHtmOptions)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Checked (short iIndex);

Overview

Refer to Setting and Getting ePrint Printer Specifications.

Remarks

Gets or sets an array of flags. Each element in this array is a flag that indicates whether the font at the same index in the strArrFonts array will be embedded. Use this property only if the value of the EmbedAll property is set to VARIANT_FALSE. Possible Values are:

Value

Meaning

VARIANT_TRUE

The font will be embedded.

VARIANT_FALSE

The font will not be embedded. This is the default value.

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

The number of elements in this array is specified by the value of EmbeddedFontsCount property.

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, ForceEmbed property, AutoEmbed property, EmbedAll property, EmbeddedFontsCount property, Embedable property, Fonts property, GetPrinterSaveOptions method, SetPrinterSaveOptions method, HTMOptions property

Topics:

ePrint: Getting and Setting HTML Pages Options