Whether to open the destination in a new windows, current one or specified by the user preferences.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum WindowBehavior
Visual Basic
Public Enumeration WindowBehavior

Members

Member nameValueDescription
NewWindow0 Open in a new window.
CurrentWindow1 Open in the current window.
UserPreference2 Use the current user preference.

See Also