Enum WindowBehavior
Namespace TallComponents.PDF.Layout.Navigation
Whether to open the destination in a new windows, current one or specified by the user preferences.
Fields
NewWindow
Open in a new window.
CurrentWindow
Open in the current window.
UserPreference
Use the current user preference.