PDFView4NET WPF Edition
PDFPageMode Enumeration




O2S.Components.PDFView4NET Namespace : PDFPageMode Enumeration
Specifies the possible modes to be display the document when it is opened.
Syntax
'Declaration
 
Public Enum PDFPageMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFPageMode
public enum PDFPageMode : System.Enum 
__value public enum PDFPageMode : public System.Enum 
public enum class PDFPageMode : public System.Enum 
Members
MemberDescription
FullScreenFull screen mode, with no menu bar, window controls, or any other window visible.
UseAttachmentsAttachments panel visible.
UseNoneNeither document outline nor thumbnail images visible.
UseOCOptional content panel visible.
UseOutlinesDocument outline visible.
UseThumbsThumbnail images visible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.PDFPageMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET Namespace