Whether to open the destination in a new windows, current one or specified by the user preferences.
Namespace: TallComponents.PDF.NavigationAssembly: 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 name | Value | Description | |
|---|---|---|---|
| NewWindow | 0 | Open in a new window. | |
| CurrentWindow | 1 | Open in the current window. | |
| UserPreference | 2 | Use the current user preference. |