Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerBookmarksTextSize Enum

Enumerates available relative text sizes for bookmarks displayed by the PDF Viewer control’s Navigation pane.

#Declaration

Delphi
TdxPDFViewerBookmarksTextSize = (
    btsSmall,
    btsMedium,
    btsLarge
);

#Members

Name
btsSmall
btsMedium
btsLarge

#Remarks

Options include:

Value Description Example
btsSmall By default, the Navigation pane uses the PDF Viewer control’s Font.Size property value as the bookmark font size.
btsMedium The “Medium” bookmark font size exceeds the control’s font size by 2.
btsLarge The “Large” bookmark font size exceeds the control’s font size by 4.

The PDF Viewer control’s OptionsNavigationPane.Bookmarks.TextSize property references the TdxPDFViewerBookmarksTextSize type.

See Also