Skip to main content

TdxPDFViewerBookmarksTextSize Enum

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

Declaration

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