ActiveReports 13
DisplayMode Enumeration

GrapeCity.ActiveReports.Export.Pdf Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace : DisplayMode Enumeration
Used to specify Settings.DisplayMode.
Syntax
'Declaration
 
Public Enum DisplayMode 
   Inherits System.Enum
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

See Also

Reference

GrapeCity.ActiveReports.Export.Pdf.Page Namespace