BookMarkFont property (IEpnPdfOptions)

Visual Basic example

Visual C++ example

 

Syntax

IEpnBookMarkFont *BookMarkFont;

Overview

Refer to Saving PDF Document Files.

Remarks

(Read Only) Gets the information about bookmark fonts.

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

The IEpnBookMarkFont object contains the following properties:

BookmarkFontsCount property

Bold property

Italic property

Size property

Fonts property

LevelsCount property

Levels property

This property updates the above properties.

The BookMarkFont property itself is read only. However, the properties accessed by this property can be set with new values or update with currently used values by calling call the SetPrinterSaveOptions method or GetPrinterSaveOptions method.

See Also

Elements:

Version property, LevelMajor property, LevelMinor property, Title property, Subject property, Author property, Keywords property, CompressedDocuments property, CompressedImages property, Factor property, PageMode property, PageLayout property, Magnification property, CustomMag property, StartPage property, CountPages property, ShowToolbar property, ShowMenu property, ShowWindowControl property, Protect property, Method property, UserPassword property, OwnerPassword property, Copy property, Edit property, Comments property, Assembly property, Print property, FaithfulPrint property, Linearized property, EnableURLDetect property, DashedHyperlink property, ForceHyperlinkColor property, Hyperlink property, ForceEmbed property, AutoEmbed property, EmbedAll property, EmbeddedFontsCount property, Checked property, Embedable property, Fonts property, BookmarkFontsCount property, Bold property, Italic property, Size property LevelsCount property, Levels property

Topics:

ePrint: Getting and Setting PDF Documents Options