ActiveReports 8
DisplayMode Enumeration
See Also 
GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : DisplayMode Enumeration

Glossary Item Box

Used to specify PdfDocumentOptions.DisplayMode.

Syntax

Visual Basic (Declaration) 
Public Enum DisplayMode 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also