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

TdxPDFViewerOptionsBookmarks.TextSize Property

Specifies the relative bookmark text size.

#Declaration

Delphi
property TextSize: TdxPDFViewerBookmarksTextSize read; write; default btsSmall;

#Property Value

Type Default
TdxPDFViewerBookmarksTextSize btsSmall

#Remarks

Use this property to switch between available bookmark text sizes that are calculated from the current PDF Viewer’s font size (that is, the control’s Font.Size property value).

To select a specific relative bookmark text size, end-users can click its corresponding item in the “Text Size” submenu of the Bookmark page’s dropdown menu:

For detailed information on actual bookmark font size calculation and the list of available TextSize property values, refer to the TdxPDFViewerBookmarksTextSize type description.

The default TextSize property value is btsSmall.

See Also