Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / NonFullScreenPageMode Enumeration

In This Topic
    NonFullScreenPageMode Enumeration
    In This Topic
    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