TdxPDFViewerOptionsBookmarks.TextSize Property
Specifies the relative bookmark text size.
Declaration
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