Gets or sets a value which specifies whether the PDF outline pane is hidden after clicking on the outline item.
public bool HideAfterUse { get; set; }
Public Property HideAfterUse As Boolean
Use the HideAfterUse property to control the visibility behavior of the PDF outline pane after performing a click action on the outline item.
To access a PdfOutlineViewerSettings object, use the PdfViewer.OutlineViewerSettings property.