public static final enum

PDFViewCtrl.PageViewMode

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

Class Overview

PageViewMode lists common modes of viewing PDF pages.

Summary

Enum Values
PDFViewCtrl.PageViewMode  FIT_HEIGHT  page zoom is automatically adjusted so that page height fits into available space. 
PDFViewCtrl.PageViewMode  FIT_PAGE  page zoom is automatically adjusted so that entire page fits into available space. 
PDFViewCtrl.PageViewMode  FIT_WIDTH  page zoom is automatically adjusted so that page width fits into available space. 
PDFViewCtrl.PageViewMode  ZOOM  - page is zoomed. 
Public Methods
int getValue()
static PDFViewCtrl.PageViewMode valueOf(String name)
final static PageViewMode[] 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.PageViewMode FIT_HEIGHT

page zoom is automatically adjusted so that page height fits into available space.

public static final PDFViewCtrl.PageViewMode FIT_PAGE

page zoom is automatically adjusted so that entire page fits into available space.

public static final PDFViewCtrl.PageViewMode FIT_WIDTH

page zoom is automatically adjusted so that page width fits into available space.

public static final PDFViewCtrl.PageViewMode ZOOM

- page is zoomed. The zoom factor is specified using SetZoom() function.

Public Methods

public int getValue ()

public static PDFViewCtrl.PageViewMode valueOf (String name)

public static final PageViewMode[] values ()