GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : DisplayMode Enumeration |
'Declaration Public Enum DisplayMode Inherits System.Enum
public enum DisplayMode : System.Enum
Member | Description |
---|---|
FullScreen | Displays the exported PDF using the Full Screen. Bookmarks are not displayed until opened by the user. |
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Export.Pdf.Section.DisplayMode