An enumeration of values which specify how the document should be displayed when it is opened.
| Visual Basic (Declaration) | |
|---|---|
Public Enum DisplayMode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DisplayMode : Enum | |
| Member | Description |
|---|---|
| None | Default value for DisplayMode. Bookmarks are not displayed until opened by the user. |
| Outlines | Shows bookmarks in Outline format. |
| Thumbs | Shows Bookmarks as thumbnail views of the pages of the exported PDF. |
| FullScreen | Displays the exported PDF using the Full Screen. Bookmarks are not displayed until opened by the user. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Export.Pdf.DisplayMode