TdxPDFViewerOptionsBookmarks.HideAfterUse Property
In This Article
Specifies whether the Bookmarks page is collapsed on clicking a bookmark item.
#Declaration
Delphi
property HideAfterUse: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True or False to enable or disable automatic page minimization in response to a successful bookmark activation:
The default HideAfterUse property value is False.
See Also