ActiveReports 11
DisplayMode Enumeration

GrapeCity.ActiveReports.Export.Pdf.v11 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : DisplayMode Enumeration
Used to specify PdfDocumentOptions.DisplayMode.
Syntax
'Declaration
 
Public Enum DisplayMode 
   Inherits System.Enum
public enum DisplayMode : System.Enum 
Members
MemberDescription
FullScreenDisplays the exported PDF using the Full Screen.  Bookmarks are not displayed until opened by the user.
NoneDefault value for DisplayMode.  Bookmarks are not displayed until opened by the user.
OutlinesShows bookmarks in Outline format.
ThumbsShows Bookmarks as thumbnail views of the pages of the exported PDF.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Pdf.Section.DisplayMode

See Also

Reference

GrapeCity.ActiveReports.Export.Pdf.Section Namespace