Documents for PDF, .NET Edition Documentation
NonFullScreenPageMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : NonFullScreenPageMode Enumeration
Specifies how the document should be displayed on exiting full-screen mode.
Syntax
'Declaration
 
Public Enum NonFullScreenPageMode 
   Inherits System.Enum
public enum NonFullScreenPageMode : System.Enum 
Members
MemberDescription
UseNoneNeither document outline nor thumbnail images visible.
UseOC(PDF 1.5) Optional content group panel visible.
UseOutlinesDocument outline visible.
UseThumbsThumbnail images visible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.NonFullScreenPageMode

See Also

Reference

GrapeCity.Documents.Pdf Namespace