ActiveReports.PdfExport Request technical support
DisplayMode Enumeration
See Also  


An enumeration of values which specify how the document should be displayed when it is opened.

Syntax

Visual Basic (Declaration) 
Public Enum DisplayMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DisplayMode
C# 
public enum DisplayMode : Enum 

Members

MemberDescription
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.
FullScreenDisplays the exported PDF using the Full Screen.  Bookmarks are not displayed until opened by the user.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Export.Pdf.DisplayMode

See Also