Fonts property (IEpnBookMarkFont)

Visual Basic example

Visual C++ example

 

Syntax

BSTR Fonts(short iIndex);

Overview

Refer to Saving PDF Document Files

Remarks

Gets or sets an array of character strings. Each element in this array is a character string that contains the name of the font of a specific bookmark.

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, Italic property, Size property, LevelsCount property, Levels property

Topics:

ePrint: Getting and Setting PDF Documents Options