PDFView4NET WinForms Edition
PDFPageLayout Enumeration




O2S.Components.PDFView4NET Namespace : PDFPageLayout Enumeration
Specifies the possible page layouts to be used when the document is opened.
Syntax
'Declaration
 
Public Enum PDFPageLayout 
   Inherits System.Enum
'Usage
 
Dim instance As PDFPageLayout
public enum PDFPageLayout : System.Enum 
__value public enum PDFPageLayout : public System.Enum 
public enum class PDFPageLayout : public System.Enum 
Members
MemberDescription
OneColumnDisplay the pages in one column.
SinglePageDisplay one page at a time.
TwoColumnLeftDisplay the pages in two columns, with odd-numbered pages on the left.
TwoColumnRightDisplay the pages in two columns, with odd-numbered pages on the right.
TwoPageLeftDisplay the pages two at a time, with odd-numbered pages on the left.
TwoPageRightDisplay the pages two at a time, with odd-numbered pages on the right.
Inheritance Hierarchy

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

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