public static final enum

PDFViewCtrl.PagePresentationMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.pdf.PDFViewCtrl.PagePresentationMode

Class Overview

PagePresentationMode lists common modes of presenting PDF pages.

Summary

Enum Values
PDFViewCtrl.PagePresentationMode  FACING  only two pages fit in the current view (similar to booklet view). 
PDFViewCtrl.PagePresentationMode  FACING_CONTINUOUS  pages are displayed sequentially with two pages per row. 
PDFViewCtrl.PagePresentationMode  FACING_CONTINUOUS_COVER  display the pages in two columns, with odd-numbered pages on the right. 
PDFViewCtrl.PagePresentationMode  FACING_COVER  display the pages two at a time, with odd-numbered pages on the right. 
PDFViewCtrl.PagePresentationMode  SINGLE_CONTINUOUS  pages are displayed sequentially (one underneath another). 
PDFViewCtrl.PagePresentationMode  SINGLE_PAGE  only one page at a time fits in the current view. 
Public Methods
int getValue()
static PDFViewCtrl.PagePresentationMode valueOf(String name)
final static PagePresentationMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PDFViewCtrl.PagePresentationMode FACING

only two pages fit in the current view (similar to booklet view).

public static final PDFViewCtrl.PagePresentationMode FACING_CONTINUOUS

pages are displayed sequentially with two pages per row.

public static final PDFViewCtrl.PagePresentationMode FACING_CONTINUOUS_COVER

display the pages in two columns, with odd-numbered pages on the right.

public static final PDFViewCtrl.PagePresentationMode FACING_COVER

display the pages two at a time, with odd-numbered pages on the right.

public static final PDFViewCtrl.PagePresentationMode SINGLE_CONTINUOUS

pages are displayed sequentially (one underneath another).

public static final PDFViewCtrl.PagePresentationMode SINGLE_PAGE

only one page at a time fits in the current view.

Public Methods

public int getValue ()

public static PDFViewCtrl.PagePresentationMode valueOf (String name)

public static final PagePresentationMode[] values ()