public class

PageBackButtonInfo

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.utils.PageBackButtonInfo

Class Overview

A structure which has all information needed to go back/forward to the previous/next page

Summary

Fields
public int hScrollPos Horizontal scrolling position
public int pageNum Page number
public PDFViewCtrl.PagePresentationMode pagePresentationMode Page presentation mode
public int pageRotation Page rotation
public int vScrollPos Vertical scrolling position
public double zoom Zoom level
Public Constructors
PageBackButtonInfo()
Public Methods
void copyPageInfo(PageBackButtonInfo pageStateToCopy)
Copy page info from the other page info
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int hScrollPos

Horizontal scrolling position

public int pageNum

Page number

public PDFViewCtrl.PagePresentationMode pagePresentationMode

Page presentation mode

public int pageRotation

Page rotation

public int vScrollPos

Vertical scrolling position

public double zoom

Zoom level

Public Constructors

public PageBackButtonInfo ()

Public Methods

public void copyPageInfo (PageBackButtonInfo pageStateToCopy)

Copy page info from the other page info

Parameters
pageStateToCopy other page info to copy