Size property (IEpnBookMarkFont)

Visual Basic example

Visual C++ example

 

Syntax

short Size(short iIndex);

Overview

Refer to Saving PDF Document Files

Remarks

Gets or sets an array of values. Each element in this array is a value that represents the height in points of a 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, Fonts property, LevelsCount property, Levels property

Topics:

ePrint: Getting and Setting PDF Documents Options