Italic property (IEpnBookMarkFont)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Italic (short iIndex);

Overview

Refer to Saving PDF Document Files

Remarks

Gets or sets an array of flags. Each element in this array is a flag that indicates whether the font of a specific bookmark is Italic. Possible values are:

Value

Meaning

VARIANT_TRUE

The font is Italic.

VARIANT_FALSE

The font is not Italic. 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 the BookmarkFontsCount property.

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

To update the bookmarking font options used in the PDF documents, set this property and the other IEpnBookMarkFont properties accessed by the BookMarkFont property (IEpnPdfOptions) and call the SetPrinterSaveOptions method.

This property is used to configure the bookmarking font used in the PDF documents.

See Also

Elements:

BookmarkFontsCount property, Bold property, Size property, Fonts property, LevelsCount property, Levels property

Topics:

ePrint: Getting and Setting PDF Documents Options