| java.lang.Object | |
| ↳ | com.pdftron.pdf.utils.PageBackButtonInfo |
A structure which has all information needed to go back/forward to the previous/next page
| 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
| |||||||||||
Horizontal scrolling position
Page number
Page rotation
Vertical scrolling position
Zoom level
Copy page info from the other page info
| pageStateToCopy | other page info to copy |
|---|