TdxPDFViewerBookmarksTextSize Enum
In This Article
Enumerates available relative text sizes for bookmarks displayed by the PDF Viewer control’s Navigation pane.
#Declaration
Delphi
TdxPDFViewerBookmarksTextSize = (
btsSmall,
btsMedium,
btsLarge
);
#Members
Name |
---|
bts
|
bts
|
bts
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
bts |
By default, the Navigation pane uses the PDF Viewer control’s Font. |
![]() |
bts |
The “Medium” bookmark font size exceeds the control’s font size by 2. | ![]() |
bts |
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