ComponentOne PDF for .NET
C1.C1Pdf Namespace / PageModeEnum Enumeration

In This Topic
    PageModeEnum Enumeration
    In This Topic
    Specifies how the document should be displayed when opened.
    Syntax
    'Declaration
     
    
    Public Enum PageModeEnum 
       Inherits System.Enum
    public enum PageModeEnum : 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
             C1.C1Pdf.PageModeEnum

    See Also