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

Glossary Item Box

Used to specify PdfSettings.DisplayMode.

Syntax

Visual Basic (Declaration) 
Public Enum DisplayMode 
   Inherits System.Enum
C# 
public enum DisplayMode : System.Enum 

Members

MemberDescription
FullScreenFull-screen mode with no menu bar, window controls, or any other window visible.
NoneNeither document outline nor thumbnail images are visible.
OutlinesThe document outline is visible.
ThumbsThumbnail images are visible. If thumbnails and outline flags are set, thumbnails will be shown.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Pdf.Page.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