Back to Devexpress

TdxPDFViewerBookmarksTextSize Enum

vcl-dxpdfviewer-ea87b0e4.md

latest1.3 KB
Original Source

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:

ValueDescriptionExample
btsSmallBy default, the Navigation pane uses the PDF Viewer control’s Font.Size property value as the bookmark font size.
btsMediumThe “Medium” bookmark font size exceeds the control’s font size by 2.
btsLargeThe “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

dxPDFViewer Unit