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

In This Topic
    PageMode Enumeration
    In This Topic
    Specifies how the document should be displayed when opened.
    Syntax
    'Declaration
     
    Public Enum PageMode 
       Inherits System.Enum
    public enum PageMode : System.Enum 
    Members
    MemberDescription
    AutomaticDocument outline visible if available.
    FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
    UseAttachments(PDF 1.6) Attachments panel visible.
    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.PageMode

    See Also