FileLaunchMode Enum
Represents file opening mode.
public enum FileLaunchMode
Public Enum FileLaunchMode
Inheritance: ObjectValueTypeEnumFileLaunchMode
Fields
FileLaunchMode.ExistingWindow | 1 | The file will be opened in existing window. |
FileLaunchMode.NewWindow | 0 | The file will be opened in new window. |
FileLaunchMode.UserPreference | 2 | The file will be opened based on user preference. This is the default. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.