'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
'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
Member | Description |
---|---|
OneColumn | Display the pages in one column. |
SinglePage | Display one page at a time. |
TwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the left. |
TwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |
TwoPageLeft | Display the pages two at a time, with odd-numbered pages on the left. |
TwoPageRight | Display the pages two at a time, with odd-numbered pages on the right. |
System.Object
System.ValueType
System.Enum
O2S.Components.PDFView4NET.PDFPageLayout
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