BookmarkFontsCount property (IEpnBookMarkFont)

Visual Basic example

Visual C++ example

 

Syntax

short BookmarkFontsCount;

Overview

Refer to Saving PDF Document Files

Remarks

Gets or sets the number of bookmark fonts. This value determines the number of elements in the Bold, Italic, Size, and Fonts properties. The maximum value for this property is 50.

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

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:

Bold property, Italic property, Size property, Fonts property, LevelsCount property, Levels property

Topics:

ePrint: Getting and Setting PDF Documents Options