Whether to open the destination in a new windows, current one or specified by the user preferences.
Namespace: TallComponents.PDF.Layout.NavigationAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
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. |