package org.alivepdf.display

{
    
    public final class PageMode 
    
    {
        
        public static const USE_NONE:String = "UseNone";
        public static const USE_OUTLINES:String = "UseOutlines";
        public static const USE_THUMBS:String = "UseThumbs";
        public static const FULLSCREEN:String = "FullScreen";
        public static const USE_OC:String = "UseOC";
        public static const USE_ATTACHMENTS:String = "UseAttachments";
        
    }
    
}